Question: Compiling with VisualStudio2002

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ColeZero
Posts: 20
Joined: Wed Jul 27, 2005 2:33 pm

Question: Compiling with VisualStudio2002

Post by ColeZero »

i'm currently developing with DevCpp.
Using OpenGL and i have got no probs.
But the Code-Completation-Feature, or Class-Browsing as its called seems not to work probably and ist so much slow.
Now i have tried VS and its a lot faster and more accurate, but now i need
DirectX 9.0 installed on the machine.
What i mean?
This.

Compiling with VS+DX9.0 SDK needs DirectX9.0 installed on the machine, where i test my Program, even if its used OpenGL.
Whats the problem. I compiled with OPenGL but it wants a d3d9.dll when i want to start my program on a non DirectX9.0 machine.
how can i disable the Link to DX9.0 in VisualStudio?
Post Reply