Aaaaanyway;
Getting the latest trunk from SVN seems to have it fixed, thanks for mentioning that. It compiled fineCuteAlien wrote:Could be the bug that was patched here: http://irrlicht.svn.sourceforge.net/vie ... 93&r2=3297
EDIT: Using the static library, (I have defined _IRR_STATIC_LIB_ in my project) it's giving these linker errors:
Code: Select all
...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CIrrDeviceWin32.o):CIrrDeviceWin32.cpp undefined reference to `_strcmpi(char const*, char const*)'
...Irrlicht 1.8\lib\libirrlicht.a(CFileSystem.o):CFileSystem.cpp undefined reference to `_fullpath(char*, char const*, unsigned int)'