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'
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 !