CEGUI under IrrLicht
Posted: Mon Jun 06, 2005 08:38
Hi All,
I'm trying to get CEGUI to run under IrrLicht, but I keep getting linker errors.
I think I've included all the dependancy library's and still am getting the errors.
Anybody got the new library to run under IrrLicht 0.9/1.0 on VS7.1?
I can compile the whole library, but when I use it in a test application, it fails.
This time I get the following linking errors.
CEGuiTest.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeScriptedEvent(class CEGUI::String const &,class CEGUI::String const &)" (?subscribeScriptedEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@0@Z)
CEGuiTest.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeScriptedEvent(class CEGUI::String const &,int,class CEGUI::String const &)" (?subscribeScriptedEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@H0@Z)
CEGuiTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::colour::colour(unsigned int)" (__imp_??0colour@CEGUI@@QAE@I@Z) referenced in function "public: void __thiscall CEGuiTest::buildGui(void)" (?buildGui@CEGuiTest@@QAEXXZ)
Debug/irrtest.exe : fatal error LNK1120: 3 unresolved externals
Thanks,
Kenny
I'm trying to get CEGUI to run under IrrLicht, but I keep getting linker errors.
I think I've included all the dependancy library's and still am getting the errors.
Anybody got the new library to run under IrrLicht 0.9/1.0 on VS7.1?
I can compile the whole library, but when I use it in a test application, it fails.
This time I get the following linking errors.
CEGuiTest.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeScriptedEvent(class CEGUI::String const &,class CEGUI::String const &)" (?subscribeScriptedEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@0@Z)
CEGuiTest.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeScriptedEvent(class CEGUI::String const &,int,class CEGUI::String const &)" (?subscribeScriptedEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@H0@Z)
CEGuiTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::colour::colour(unsigned int)" (__imp_??0colour@CEGUI@@QAE@I@Z) referenced in function "public: void __thiscall CEGuiTest::buildGui(void)" (?buildGui@CEGuiTest@@QAEXXZ)
Debug/irrtest.exe : fatal error LNK1120: 3 unresolved externals
Thanks,
Kenny