• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Latest OT Client Compile Error

Watchdog

New Member
Joined
Aug 25, 2008
Messages
6
Reaction score
0
Hi!

I'm trying to compile the latest source(32-bit Release) from Github, but I get these errors:

Code:
Error    1    error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Config::getFileName(void)" (?getFileName@Config@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)    C:\OTclient\vc12\configmanager.obj    otclient
Error    2    error LNK2001: unresolved external symbol "public: bool __thiscall Config::save(void)" (?save@Config@@QAE_NXZ)    C:\OTclient\vc12\configmanager.obj    otclient
Error    3    error LNK2001: unresolved external symbol "public: bool __thiscall Config::unload(void)" (?unload@Config@@QAE_NXZ)    C:\OTclient\vc12\configmanager.obj    otclient
Error    4    error LNK2001: unresolved external symbol "public: bool __thiscall Config::load(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?load@Config@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)    C:\OTclient\vc12\configmanager.obj    otclient
Error    5    error LNK2001: unresolved external symbol "public: __thiscall Config::Config(void)" (??0Config@@QAE@XZ)    C:\OTclient\vc12\configmanager.obj    otclient
Error    6    error LNK2001: unresolved external symbol "public: void __thiscall Config::remove(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?remove@Config@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    7    error LNK2001: unresolved external symbol "public: bool __thiscall Config::exists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?exists@Config@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    8    error LNK2001: unresolved external symbol "public: class stdext::shared_object_ptr<class OTMLNode> __thiscall Config::getNode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getNode@Config@@QAE?AV?$shared_object_ptr@VOTMLNode@@@stdext@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    9    error LNK2001: unresolved external symbol "public: void __thiscall Config::mergeNode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class stdext::shared_object_ptr<class OTMLNode> const &)" (?mergeNode@Config@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$shared_object_ptr@VOTMLNode@@@stdext@@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    10    error LNK2001: unresolved external symbol "public: void __thiscall Config::setNode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class stdext::shared_object_ptr<class OTMLNode> const &)" (?setNode@Config@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$shared_object_ptr@VOTMLNode@@@stdext@@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    11    error LNK2001: unresolved external symbol "public: class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __thiscall Config::getList(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getList@Config@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    12    error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Config::getValue(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getValue@Config@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV23@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    13    error LNK2001: unresolved external symbol "public: void __thiscall Config::setList(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &)" (?setList@Config@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@3@@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    14    error LNK2001: unresolved external symbol "public: void __thiscall Config::setValue(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?setValue@Config@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)    C:\OTclient\vc12\luafunctions.obj    otclient
Error    15    error LNK1120: 14 unresolved externals    C:\OTclient\vc12\Release\otclient.exe    otclient
 
Back
Top