strange 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
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

strange problem

Post by Halan »

hi,

i just installed windos visual c++ toolkit 2005 and when compiling irrlicht i get
include/irrAllocator.h:9:15: new: No such file or directory
shouldnt this be a standart include?

greets,
halan
Lideln
Posts: 79
Joined: Sat Jun 24, 2006 11:35 am
Location: Paris, France

Post by Lideln »

Hi,

Just in case... Are you sure this file exists, and have you set up the project paths properly ? (so it can get the file in the include dir)
--
Lideln, France
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Yes, this file should exist inside the Irrlicht include dir !!!
Be sure the path is added to the project (as mentioned by Lideln) !!!
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

It sounds like you haven't installed the Platform SDK. Did you follow the installation instructions...

http://msdn.microsoft.com/vstudio/expre ... fault.aspx
http://msdn.microsoft.com/vstudio/expre ... usingpsdk/
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

Post by Halan »

Acki wrote:Yes, this file should exist inside the Irrlicht include dir !!!
Be sure the path is added to the project (as mentioned by Lideln) !!!
sry i thought the compilers include file is allready included... anyways im using a the codeblocks file created by your IrrExtensions (and also Codeblocks ;) )
but i get some other errors... well i never had problems with compiling irrlicht so im just confused (ok i allways compiled with minGW, now i use the ms stuff)

i try the msvc file later when i got the directX sdk because this doesnt show up those errors

greets,
halan
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

Post by Halan »

well theres still a included file missing and i cant find it anywhere
Cannot open include file: 'objfwd.h': No such file or directory
greets,
halan
Post Reply