How do I get the D3D library for C++?Does anyone know where I can get D3D header file without using VC++? It would be appreciated! d3d.h? Crap nevermind my compiler has it.
Explain better. mostly you can include it like this: #include <d3d8.h> or #include <d3d9.h> this should work fine. You dont need the header file in your vc++ workspace. you load it from the sdk on this way..