Hi, i'm a rookie in nebula2.I 've downloaded the nebula2 and mangalore and their dependencies, but I 've met some linking probs while compling the mviewer.exe. Here's the log info.
server.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class CEGUI::Logger & __cdecl CEGUI::Logger::getSingleton(void)" (__imp_?getSingleton@Logger@CEGUI@@SAAAV12@XZ) referenced in function "public: bool __thiscall CEUI::Server::Open(void)" (?Open@Server@CEUI@@QAE_NXZ)
server.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::System::System(class CEGUI::Renderer *,unsigned char const *)" (__imp_??0System@CEGUI@@QAE@PAVRenderer@1@PBE@Z) referenced in function "public: bool __thiscall CEUI::Server::Open(void)" (?Open@Server@CEUI@@QAE_NXZ)
server.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeEvent(class CEGUI::String const &,int,class CEGUI::SubscriberTemplate<bool,class CEGUI::EventArgs const &>)" (?subscribeEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@HV?$SubscriberTemplate@_NABVEventArgs@CEGUI@@@2@@Z)
server.obj : error LNK2001: unresolved external symbol "public: virtual class CEGUI::RefPtr<class CEGUI::Event::ConnectionInterface> __thiscall CEGUI::EventSet::subscribeEvent(class CEGUI::String const &,class CEGUI::SubscriberTemplate<bool,class CEGUI::EventArgs const &>)" (?subscribeEvent@EventSet@CEGUI@@UAE?AV?$RefPtr@VConnectionInterface@Event@CEGUI@@@2@ABVString@2@V?$SubscriberTemplate@_NABVEventArgs@CEGUI@@@2@@Z)
There are many other similar errors which I didn't list. I would be very grateful if someone could help me.
Thanks!