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

Compiling Error Compiling TFS 1.2

beenii

Well-Known Member
Joined
Jul 26, 2010
Messages
581
Solutions
1
Reaction score
57
Microsoft Visual Studio Community 2015
Version 14.0.25420.1 D13REL

Please Helpme :(

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: bool __cdecl Store::reload(void)" (?reload@Store@@QEAA_NXZ)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\commands.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
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)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\game.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: static unsigned int __cdecl IOAccount::getCoinBalance(unsigned int)" (?getCoinBalance@IOAccount@@SAII@Z)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\game.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
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)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\game.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: static void __cdecl IOAccount::addCoins(unsigned int,int)" (?addCoins@IOAccount@@SAXIH@Z)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\game.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
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)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\game.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: bool __cdecl Store::executeOnRender(class Player *,class StoreOffer *)" (?executeOnRender@Store@@QEAA_NPEAVPlayer@@PEAVStoreOffer@@@Z)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\protocolgame.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
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)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\protocolgame.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: __cdecl Store::Store(void)" (??0Store@@QEAA@XZ)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\scriptmanager.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2001    unresolved external symbol "public: bool __cdecl Store::loadFromXml(bool)" (?loadFromXml@Store@@QEAA_N_N@Z)    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\scriptmanager.obj    1

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK1120    10 unresolved externals    theforgottenserver    D:\verso\Documents\Pack Premium\otpremium\vc14\x64\Release\theforgottenserver.exe    1
 
Back
Top