Compiling problems in Dev-Cpp

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
hansmbakker
Posts: 41
Joined: Mon Feb 16, 2004 7:37 pm

Compiling problems in Dev-Cpp

Post by hansmbakker »

Sorry for that i'm not so clear, but when I try to comile the examples that were packaged with the irrlicht sdk, i get some irritating errors, like 133 C:\irrlicht-0.4.2\examples\5.UserInterface\main.cpp
`DT_DIRECTX8' undeclared in namespace `irr::video' (also happens when I use OpenGL)

What compiler settings do I have to use?
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Post by madinitaly »

You just have to replace "DT_DIRECTX8" with "EDT_DIRECTX8".
hansmbakker
Posts: 41
Joined: Mon Feb 16, 2004 7:37 pm

Post by hansmbakker »

Thank you! but why was DT_DIRECTX8 used in the tutorials etc.? Is that for Visual C++?
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Post by madinitaly »

Versions up to 0.4 used that. Modified in 0.4.2.
Post Reply