Page 1 of 1

strange problem

Posted: Fri Nov 10, 2006 4:16 pm
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

Posted: Fri Nov 10, 2006 5:51 pm
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)

Posted: Fri Nov 10, 2006 6:16 pm
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) !!!

Posted: Fri Nov 10, 2006 6:24 pm
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/

Posted: Sat Nov 11, 2006 12:43 am
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

Posted: Sat Nov 11, 2006 3:24 pm
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