compiling irrlicht code problem

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
omarb
Posts: 23
Joined: Fri Jul 07, 2006 1:34 pm

compiling irrlicht code problem

Post by omarb »

hi
while trying to compile the irrlicht code, i got a missing file the stdio.h and many other file like d3d8.h ...
is there anything missing on my computer that needs to be included in the solution?
thanks in advance
Saku
Posts: 158
Joined: Wed Jan 05, 2005 8:48 am
Location: Denmark

Post by Saku »

The 'd3d8.h' problem is most likely because you haven't installed the DirectX SDK from Microsoft, tho I think the 'stdio.h' is a standart libery :?
Call me Wice, Miami Wice!
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

this should be in beginners forum, but, what compiler are you using?

d3d8 is only in old version of the DX SDK, not the newer ones, so if you have a newer one installed, open IrrCompileConfig.h and uncomment the #define that says to compile with DIRECTX8
Image
Post Reply