• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling errors

darkmu

Well-Known Member
Joined
Aug 26, 2007
Messages
278
Solutions
1
Reaction score
50
Location
Paraná,Brazil
1>commands.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Store::reload(void)" (?reload@Store@@QEAA_NXZ)
1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ)
1>game.obj : error LNK2001: unresolved external symbol "public: class boost::optional<class StoreOffer &> __cdecl Store::getOfferById(unsigned int)" (?getOfferById@Store@@QEAA?AV?$optional@AEAVStoreOffer@@@boost@@I@Z)
1>game.obj : error LNK2001: unresolved external symbol "public: static unsigned int __cdecl IOAccount::getCoinBalance(unsigned int)" (?getCoinBalance@IOAccount@@SAII@Z)
1>game.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Store::executeOnBuy(class Player *,class StoreOffer *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeOnBuy@Store@@QEAA_NPEAVPlayer@@PEAVStoreOffer@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>game.obj : error LNK2001: unresolved external symbol "public: static void __cdecl IOAccount::addCoins(unsigned int,int)" (?addCoins@IOAccount@@SAXIH@Z)
1>game.obj : error LNK2001: unresolved external symbol "public: void __cdecl Store::onTransactionCompleted(unsigned int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?onTransactionCompleted@Store@@QEBAXIHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
1>protocolgame.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Store::executeOnRender(class Player *,class StoreOffer *)" (?executeOnRender@Store@@QEAA_NPEAVPlayer@@PEAVStoreOffer@@@Z)
1>protocolgame.obj : error LNK2001: unresolved external symbol "public: void __cdecl Store::getTransactionHistory(unsigned int,unsigned short,unsigned int,class std::vector<struct StoreTransaction,class std::allocator<struct StoreTransaction> > &)const " (?getTransactionHistory@Store@@QEBAXIGIAEAV?$vector@UStoreTransaction@@V?$allocator@UStoreTransaction@@@std@@@std@@@Z)
1>scriptmanager.obj : error LNK2001: unresolved external symbol "public: __cdecl Store::Store(void)" (??0Store@@QEAA@XZ)
1>scriptmanager.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Store::loadFromXml(bool)" (?loadFromXml@Store@@QEAA_N_N@Z)
1>mpir.lib(memory.obj) : error LNK2001: unresolved external symbol __imp___iob_func
1>mpir.lib(assert.obj) : error LNK2001: unresolved external symbol __imp___iob_func
1>C:\Users\Desktop\otpremium\vc14\x64\Release\theforgottenserver.exe : fatal error LNK1120: 13 unresolved externals


2uh5klt.png
 
Please, use [ code] [ /code] when pasting error. Provide as much info as you can what happend or whad did you do so that error happend.
 
Back
Top