View Single Post
Old 11-06-2006, 02:26 PM   #1 (permalink)
aetherh4cker
aetherh4cker's Avatar
 
Corrupt Techie

Join Date: Sep 2005

Posts: 752

aetherh4cker is on a distinguished road

Default How to Install DirectX?

I was wondering how to install DirectX SDK so I can use it in my C++ project. I installed DirectX but I'm not entirely sure what I need to do beyond that to get it working with my IDE. Right now I use Eclipse but I'd take instructions for Visual C++ or anything, really.

I've tried fiddling around on my own but I just can't get it.

Here's the type of thing I'm getting:

#include <D3DX9.h>

fatal error C1083: Cannot open include file: 'D3DX9.h': No such file or directory
aetherh4cker is offline