• 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!

OTClient otclient compilation error's

Olddies

Classicot.com
Premium User
Joined
Nov 21, 2009
Messages
1,172
Solutions
12
Reaction score
309
Location
Dominican Republic 🇩🇴
hello mates, i was trying to compile the otclient some old sources founded here in otland based on vs 2013, so my problem is when the otclient is about to finish the compilation at the end it throws me this error
Code:
1>item.obj : error LNK2001: unresolved external symbol "public: int __thiscall Animator::getPhase(void)" (?getPhase@Animator@@QAEHXZ)
1>thingtype.obj : error LNK2001: unresolved external symbol "public: void __thiscall Animator::serialize(class stdext::shared_object_ptr<class FileStream> const &)" (?serialize@Animator@@QAEXABV?$shared_object_ptr@VFileStream@@@stdext@@@Z)
1>thingtype.obj : error LNK2001: unresolved external symbol "public: void __thiscall Animator::unserialize(int,class stdext::shared_object_ptr<class FileStream> const &)" (?unserialize@Animator@@QAEXHABV?$shared_object_ptr@VFileStream@@@stdext@@@Z)
1>thingtype.obj : error LNK2001: unresolved external symbol "public: __thiscall Animator::Animator(void)" (??0Animator@@QAE@XZ)
1>luafunctions.obj : error LNK2001: unresolved external symbol "public: class std::vector<int,class std::allocator<int> > __thiscall Protocol::getXteaKey(void)" (?getXteaKey@Protocol@@QAE?AV?$vector@HV?$allocator@H@std@@@std@@XZ)
1>D:\OT Stuff\otclient-master\vc12\Release\TibianaOGL.exe : fatal error LNK1120: 5 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
if someone can help me with this please i dont know if i'm missing something or what :)
 
Back
Top