C# directX how to getit up?
-
Hi, I just install directX 9.0b and using VS 2005 but I cannot build any of the directX demo projects found on this site. I have the following error amoung others The type or namespace name 'DirectX' does not exist in the namespace 'Microsoft after installing DirectX is it necessay to set a path to it?? Thanks. Samuel
-
Hi, I just install directX 9.0b and using VS 2005 but I cannot build any of the directX demo projects found on this site. I have the following error amoung others The type or namespace name 'DirectX' does not exist in the namespace 'Microsoft after installing DirectX is it necessay to set a path to it?? Thanks. Samuel
Install DirectX SDK from Microsoft. Add the needed reference to your project. Then add namespace you need to compile it. If you are using VS2005, then just mouse over unknown class, then click at the small box "using DirectX.xxx.xxx.xxx", then namespace will be added automatically.
-
Hi, I just install directX 9.0b and using VS 2005 but I cannot build any of the directX demo projects found on this site. I have the following error amoung others The type or namespace name 'DirectX' does not exist in the namespace 'Microsoft after installing DirectX is it necessay to set a path to it?? Thanks. Samuel
I have never worked with DirectX but just to be sure for others: When you say you installed DirectX, what is it that you installed exactly? The runtime or the SDK? If you didn't install the SDK, there is no chance that any DirectX project will work (I think!) :)
-- If this is a post that has been helpful to you, please vote for it. Thank you! "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook