Compiler errors

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
joeblah
Posts: 1
Joined: Tue Feb 10, 2004 2:24 pm

Compiler errors

Post by joeblah »

Hi, I'm running Dev-C++ compiler Ver 4 and I get this error when trying to compile the "Hello World" sample...


In file included from C:\engine\include\irrlicht.h:25,
from c:\engine\examples\1093d~1.hel\main.cpp:28:
C:\engine\include\aabbox3d.h: In method `void irr::core::aabbox3d<T>::getEdges(irr::core::vector3d<T> *) const':
C:\engine\include\aabbox3d.h:211: unknown escape sequence `\i'

Any help would be appreciated!
Monkey
Posts: 6
Joined: Mon Jan 12, 2004 10:22 pm

Post by Monkey »

Hi !
I had the same problems. When I analyzed the source-code I found some
spaces with code 0xA0 instead of 0x20. After I had changed them everything have worked fine !

Greetings, Thomas
Post Reply