But with the prebuilt Irrlicht 1.81 lib, it works fine.
I'm trying to use static lib so I compiled Irrlicht with MinGW on Windows XP SP3.
At first, I use MSYS to build: mingw32-make staticlib_win32
And later I build it in CodeBlocks (opening the .cbp file in folder source/Irrlicht)
with Build Config: Debug - staticlib
These both builds were completed, but when using them I get the same results:
I defined _IRR_STATIC_LIB_
Code: Select all
||=== Build: Debug in gamepractice (compiler: GNU GCC Compiler) ===|
obj\Debug\src\core\Application.o||In function `ZN11Application9initVideoEv':|
C:\gamepractice\src\core\Application.cpp|52|undefined reference to `_imp__createDeviceEx|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|