I have a problem compiling topic plugin. Other plugins works fine but I'm getting errors with this. I'm using STLPort-4.6.2. Buildlog errors:
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class _STL::basic_string,class _STL::allocator > * ResourceManager::strings" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@A)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class _STL::basic_string,class _STL::allocator > Util::cfgPath" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@A)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string,class _STL::allocator > Util::emptyString" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@A)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static char * Util::lower" ([email protected]@@0PADA)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall LogManager::dolog(class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall SimpleXML::addTag(class _STL::basic_string,class _STL::allocator > const &,class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall SimpleXML::addChildAttrib(class _STL::basic_string,class _STL::allocator > const &,class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class _STL::basic_string,class _STL::allocator > __thiscall SimpleXML::Tag::toXML(int)" ([email protected]@[email protected]@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall SimpleXML::fromXML(class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall SimpleXML::findChild(class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall ClientManager::sendToAll(class _STL::basic_string,class _STL::allocator > const &,bool,bool)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Client::hubMessage(class _STL::basic_string,class _STL::allocator > const &,class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string,class _STL::allocator > __fastcall Util::formatTime(class _STL::basic_string,class _STL::allocator > const &,long)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall ClientManager::hubMessage(class _STL::basic_string,class _STL::allocator > const &)" ([email protected]@@[email protected][email protected]@[email protected]@[email protected]@[email protected]@[email protected]@@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class ClientManager * __fastcall Singleton::getInstance(void)" ([email protected][email protected]@@@@[email protected]@XZ)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class LogManager * __fastcall Singleton::getInstance(void)" ([email protected][email protected]@@@@[email protected]@XZ)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class PluginManager * __fastcall Singleton::getInstance(void)" ([email protected][email protected]@@@@[email protected]@XZ)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class SettingsManager * __fastcall Singleton::getInstance(void)" ([email protected][email protected]@@@@[email protected]@XZ)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class ResourceManager * __fastcall Singleton::getInstance(void)" ([email protected][email protected]@@@@[email protected]@XZ)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall SimpleXML::~SimpleXML(void)" ([email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall SimpleXML::SimpleXML(int)" ([email protected]@[email protected]@Z)
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall PluginManager::removeListenerImpl(class Plugin *,int)" ([email protected]@@[email protected]@[email protected])
Topic.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall PluginManager::addListenerImpl(class Plugin *,int)" ([email protected]@@[email protected]@[email protected])
D:\Asennukset\dc++h_source\dc++h(juoppola_[private])2\App\Topic.dll : fatal error LNK1120: 23 unresolved externals
need help with topic plugin
Moderator: Moderators