d3dx9.h and other .net questions

Hi !
I'm new to VisualC++.net I've used VisualC++ 6.0 for a long time.
so, I bought .Net because I've hoped that I'm able to include the d3dx9.h file.
So, the problem i have is that i dont know why I'm not able to include it, not in VC++6 or .net
I've installed the DX9SDK and added all files to the linker... so what's my fault

Maybe someone knows a good tutorial, so I can work with .Net


Answer this question

d3dx9.h and other .net questions

  • Erik Gantar

    If you have the DX9SDK installed on your machine then you need to ensure that you set up your project so that the directory where the DX include files are located is part of the search path that the compiler uses to find include file.

    To do this you need to bring up the project properties page and set the Additional Include Directories under the C/C++ General tab.

  • karina42256

    Big Smile YEAH thx helped a lot !

  • d3dx9.h and other .net questions