[Solved]CEGUI 0.7.5 static linking
Posted: Sat Jan 15, 2011 14:04
I got some issues when I try to static link CEGUI 0.7.5.
While compiling my app fine with dynamic libs I get loads of "unresolved external symbol" errors (for example: __declspec(dllimport) public: void __thiscall CEGUI::MouseCursor::hide(void)" (__imp_?hide@MouseCursor@CEGUI@@QAEXXZ)" ).
I've just removed the dnymic libs and added the *_Static.lib's to the linker options. Is there anything else I need to to in order to compile my app with static CEGUI libs?
While compiling my app fine with dynamic libs I get loads of "unresolved external symbol" errors (for example: __declspec(dllimport) public: void __thiscall CEGUI::MouseCursor::hide(void)" (__imp_?hide@MouseCursor@CEGUI@@QAEXXZ)" ).
I've just removed the dnymic libs and added the *_Static.lib's to the linker options. Is there anything else I need to to in order to compile my app with static CEGUI libs?