Code:
2>ChildFrm.obj : error LNK2001: unresolved external symbol "public: static class MMatchServer * __cdecl MMatchServer::GetInstance(void)" (?GetInstance@MMatchServer@@SAPAV1@XZ)
2>CommandLogView.obj : error LNK2001: unresolved external symbol "public: int __thiscall MCommand::GetParameterCount(void)const " (?GetParameterCount@MCommand@@QBEHXZ)
2>CommandLogView.obj : error LNK2001: unresolved external symbol "public: class MCommandParameter * __thiscall MCommand::GetParameter(int)const " (?GetParameter@MCommand@@QBEPAVMCommandParameter@@H@Z)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "public: static class MMatchConfig * __cdecl MMatchConfig::GetInstance(void)" (?GetInstance@MMatchConfig@@SAPAV1@XZ)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "void __cdecl InitLog(int,char const *)" (?InitLog@@YAXHPBD@Z)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl CrashExceptionDump(struct _EXCEPTION_POINTERS *,char const *,bool)" (?CrashExceptionDump@@YAKPAU_EXCEPTION_POINTERS@@PBD_N@Z)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::CheckMemoryTest(int,int)" (?CheckMemoryTest@MMatchServer@@QAEXHH@Z)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "void __cdecl MLog(char const *,...)" (?MLog@@YAXPBDZZ)
2>ExceptionAttacher.obj : error LNK2001: unresolved external symbol "public: static class MMatchStatus * __cdecl MMatchStatus::GetInstance(void)" (?GetInstance@MMatchStatus@@SAPAV1@XZ)
2>MainFrm.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl MRegistry::ReadBinary(struct HKEY__ *,char const *,char *,unsigned long *)" (?ReadBinary@MRegistry@@SA_NPAUHKEY__@@PBDPADPAK@Z)
2>MainFrm.obj : error LNK2001: unresolved external symbol "public: static void __cdecl MRegistry::WriteBinary(struct HKEY__ *,char const *,char const *,unsigned long)" (?WriteBinary@MRegistry@@SAXPAUHKEY__@@PBD1K@Z)
2>MainFrm.obj : error LNK2001: unresolved external symbol "public: int __thiscall MServer::GetCommObjCount(void)" (?GetCommObjCount@MServer@@QAEHXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: static class MMatchCheckLoopTime * __cdecl MMatchCheckLoopTime::GetInstance(void)" (?GetInstance@MMatchCheckLoopTime@@SAPAV1@XZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MZFileSystem::MZFileSystem(void)" (??0MZFileSystem@@QAE@XZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall MZFileSystem::~MZFileSystem(void)" (??1MZFileSystem@@UAE@XZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: static char * MRegistry::szApplicationName" (?szApplicationName@MRegistry@@2PADA)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MZFileSystem::Create(char const *,char const *)" (?Create@MZFileSystem@@QAE_NPBD0@Z)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchCheckLoopTime::SaveLoopLogFile(void)" (?SaveLoopLogFile@MMatchCheckLoopTime@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchServer::OnRequestSurvivalModeGroupRanking(void)" (?OnRequestSurvivalModeGroupRanking@MMatchServer@@QAE_NXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::OnAdminServerHalt(void)" (?OnAdminServerHalt@MMatchServer@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateIPtoCountryList(void)" (?UpdateIPtoCountryList@MMatchServer@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateBlockCountryCodeLsit(void)" (?UpdateBlockCountryCodeLsit@MMatchServer@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateCustomIPList(void)" (?UpdateCustomIPList@MMatchServer@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SetUseCountryFilter(void)" (?SetUseCountryFilter@MMatchServer@@QAEXXZ)
2>MatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SetAccetpInvalidIP(void)" (?SetAccetpInvalidIP@MMatchServer@@QAEXXZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: __thiscall MMaster::MMaster(void)" (??0MMaster@@QAE@XZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall MMaster::~MMaster(void)" (??1MMaster@@UAE@XZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchServer::Create(int)" (?Create@MMatchServer@@QAE_NH@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: void __thiscall MCommandCommunicator::Run(void)" (?Run@MCommandCommunicator@@QAEXXZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::SendCommand(class MCommand *)" (?SendCommand@MServer@@MAEXPAVMCommand@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MCommandCommunicator::ReceiveCommand(class MCommand *)" (?ReceiveCommand@MCommandCommunicator@@MAEXPAVMCommand@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMaster::OnRegisterCommand(class MCommandManager *)" (?OnRegisterCommand@MMaster@@MAEXPAVMCommandManager@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMaster::OnCommand(class MCommand *)" (?OnCommand@MMaster@@MAE_NPAVMCommand@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnPrepareRun(void)" (?OnPrepareRun@MServer@@MAEXXZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MCommandCommunicator::OnPrepareCommand(class MCommand *)" (?OnPrepareCommand@MCommandCommunicator@@MAEXPAVMCommand@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnRun(void)" (?OnRun@MServer@@MAEXXZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::Connect(class MCommObject *)" (?Connect@MServer@@UAEHPAVMCommObject@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall MCommandCommunicator::OnConnected(struct MUID *,struct MUID *,unsigned int,class MCommObject *)" (?OnConnected@MCommandCommunicator@@UAEHPAUMUID@@0IPAVMCommObject@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MServer::Disconnect(struct MUID const &)" (?Disconnect@MServer@@UAEXABUMUID@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall MCommandCommunicator::Post(char *,int,char const *)" (?Post@MCommandCommunicator@@UAE_NPADHPBD@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall MCommandCommunicator::Post(class MCommand *)" (?Post@MCommandCommunicator@@UAE_NPAVMCommand@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual class MCommand * __thiscall MCommandCommunicator::GetCommandSafe(void)" (?GetCommandSafe@MCommandCommunicator@@UAEPAVMCommand@@XZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual struct MUID __thiscall MMaster::UseUID(void)" (?UseUID@MMaster@@MAE?AUMUID@@XZ)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnNetClear(struct MUID const &)" (?OnNetClear@MServer@@MAEXABUMUID@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnNetPong(struct MUID const &,unsigned int)" (?OnNetPong@MServer@@MAEXABUMUID@@I@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMaster::OnAccept(class MCommObject *)" (?OnAccept@MMaster@@MAEHPAVMCommObject@@@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MServer::OnLocalLogin(struct MUID,struct MUID)" (?OnLocalLogin@MServer@@UAEXUMUID@@0@Z)
2>MatchServerDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::OnDisconnect(struct MUID const &)" (?OnDisconnect@MServer@@UAEHABUMUID@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchScheduleData::Release(void)" (?Release@MMatchScheduleData@@QAEXXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchScheduleData::~MMatchScheduleData(void)" (??1MMatchScheduleData@@QAE@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "private: static unsigned short MMatchEventFactoryManager::m_LoadEventSize" (?m_LoadEventSize@MMatchEventFactoryManager@@0GA)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchEventFactoryManager::MMatchEventFactoryManager(void)" (??0MMatchEventFactoryManager@@QAE@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchEventFactoryManager::~MMatchEventFactoryManager(void)" (??1MMatchEventFactoryManager@@QAE@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: static class MMatchLocale * __cdecl MMatchLocale::GetInstance(void)" (?GetInstance@MMatchLocale@@SAPAV1@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall MMatchServer::~MMatchServer(void)" (??1MMatchServer@@UAE@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "void __cdecl SetupRCPLog(void (__cdecl*)(char const *,...))" (?SetupRCPLog@@YAXP6AXPBDZZ@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMatchServer::OnCreate(void)" (?OnCreate@MMatchServer@@MAE_NXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MCommandDesc::IsFlag(int)const " (?IsFlag@MCommandDesc@@QBE_NH@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall MMatchServer::GetGlobalClockCount(void)const " (?GetGlobalClockCount@MMatchServer@@QBEKXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchServer::MMatchServer(void)" (??0MMatchServer@@QAE@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MMatchServer::Shutdown(void)" (?Shutdown@MMatchServer@@UAEXXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MMatchServer::Log(unsigned int,char const *)" (?Log@MMatchServer@@UAEXIPBD@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: class MCommand * __thiscall MCommandCommunicator::CreateCommand(int,struct MUID const &)" (?CreateCommand@MCommandCommunicator@@QAEPAVMCommand@@HABUMUID@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "struct tm * __cdecl MMatchGetLocalTime(void)" (?MMatchGetLocalTime@@YAPAUtm@@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: class MMatchScheduleData * __thiscall MMatchScheduleMgr::MakeOnceScheduleData(unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,class MCommand *)" (?MakeOnceScheduleData@MMatchScheduleMgr@@QAEPAVMMatchScheduleData@@EEEEEPAVMCommand@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "char __cdecl GetMaxDay(void)" (?GetMaxDay@@YADXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchScheduleMgr::AddDynamicSchedule(class MMatchScheduleData *)" (?AddDynamicSchedule@MMatchScheduleMgr@@QAE_NPAVMMatchScheduleData@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterString::MCommandParameterString(char const *)" (??0MCommandParameterString@@QAE@PBD@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MCommand::AddParameter(class MCommandParameter *)" (?AddParameter@MCommand@@QAE_NPAVMCommandParameter@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchStatus::SaveToLogFile(void)" (?SaveToLogFile@MMatchStatus@@QAEXXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: class MMatchObject * __thiscall MMatchServer::GetObjectA(struct MUID const &)" (?GetObjectA@MMatchServer@@QAEPAVMMatchObject@@ABUMUID@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: void __cdecl MCommandCommunicator::LOG(unsigned int,char const *,...)" (?LOG@MCommandCommunicator@@QAAXIPBDZZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: static unsigned int __cdecl MMatchAntiHack::GetFielCRCSize(void)" (?GetFielCRCSize@MMatchAntiHack@@SAIXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnRun(void)" (?OnRun@MMatchServer@@MAEXXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::DisconnectHacker(enum MMatchHackingType)" (?DisconnectHacker@MMatchObject@@QAEXW4MMatchHackingType@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::OnCharClear(struct MUID const &)" (?OnCharClear@MMatchServer@@IAEXABUMUID@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: class MAgentObject * __thiscall MMatchServer::GetAgent(struct MUID const &)" (?GetAgent@MMatchServer@@QAEPAVMAgentObject@@ABUMUID@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: int __thiscall MMatchServer::AgentRemove(struct MUID const &,class std::_Tree_iterator<class std::_Tree_val<struct std::_Tree_simple_types<struct std::pair<struct MUID const ,class MAgentObject *> > > > *)" (?AgentRemove@MMatchServer@@QAEHABUMUID@@PAV?$_Tree_iterator@V?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBUMUID@@PAVMAgentObject@@@std@@@std@@@std@@@std@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "void * __cdecl MMakeBlobArray(int,int)" (?MMakeBlobArray@@YAPAXHH@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "void * __cdecl MGetBlobArrayElement(void *,int)" (?MGetBlobArrayElement@@YAPAXPAXH@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterBlob::MCommandParameterBlob(void const *,int)" (??0MCommandParameterBlob@@QAE@PBXH@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "int __cdecl MGetBlobArraySize(void *)" (?MGetBlobArraySize@@YAHPAX@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "void __cdecl MEraseBlobArray(void *)" (?MEraseBlobArray@@YAXPAX@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MSafeUDP::Send(unsigned long,int,char *,unsigned long)" (?Send@MSafeUDP@@QAE_NKHPADK@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnRegisterCommand(class MCommandManager *)" (?OnRegisterCommand@MMatchServer@@MAEXPAVMCommandManager@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnPrepareRun(void)" (?OnPrepareRun@MMatchServer@@MAEXXZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMatchServer::Connect(class MCommObject *)" (?Connect@MMatchServer@@MAEHPAVMCommObject@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMatchServer::OnConnected(struct MUID *,struct MUID *,unsigned int,class MCommObject *)" (?OnConnected@MMatchServer@@MAEHPAUMUID@@0IPAVMCommObject@@@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: virtual struct MUID __thiscall MMatchServer::UseUID(void)" (?UseUID@MMatchServer@@UAE?AUMUID@@XZ)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnNetPong(struct MUID const &,unsigned int)" (?OnNetPong@MMatchServer@@MAEXABUMUID@@I@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnHShieldPong(struct MUID const &,unsigned int)" (?OnHShieldPong@MMatchServer@@MAEXABUMUID@@I@Z)
2>MBMatchServer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::OnAccept(class MCommObject *)" (?OnAccept@MServer@@UAEHPAVMCommObject@@@Z)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchConfig::Clear(void)" (?Clear@MMatchConfig@@QAEXXZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchConfig::Create(void)" (?Create@MMatchConfig@@QAE_NXZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchItemDescMgr::Clear(void)" (?Clear@MMatchItemDescMgr@@QAEXXZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: static class MMatchItemDescMgr * __cdecl MMatchItemDescMgr::GetInstance(void)" (?GetInstance@MMatchItemDescMgr@@SAPAV1@XZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchItemDescMgr::ReadXml(char const *)" (?ReadXml@MMatchItemDescMgr@@QAE_NPBD@Z)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "private: static class std::list<unsigned int,class std::allocator<unsigned int> > MMatchAntiHack::m_clientFileListCRC" (?m_clientFileListCRC@MMatchAntiHack@@0V?$list@IV?$allocator@I@std@@@std@@A)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: static void __cdecl MMatchAntiHack::InitClientFileList(void)" (?InitClientFileList@MMatchAntiHack@@SAXXZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEventDescManager::LoadEventXML(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?LoadEventXML@MMatchEventDescManager@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchEventDescManager::ClearEventDesc(void)" (?ClearEventDesc@MMatchEventDescManager@@QAEXXZ)
2>MBMatchServerConfigReloader.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEventFactoryManager::LoadEventListXML(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?LoadEventListXML@MMatchEventFactoryManager@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>MBMatchAsyncDBJob_BuyBountyItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BuyBountyItem(unsigned int,int,int,int,unsigned long,bool,unsigned long *)" (?BuyBountyItem@MMatchDBMgr@@QAE_NIHHHK_NPAK@Z)
2>MBMatchAsyncDBJob_GambleItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::ChangeGambleItemToRewardSpendableItem(unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,int &)" (?ChangeGambleItemToRewardSpendableItem@MMatchDBMgr@@QAE_NKKKKKKAAH@Z)
2>MBMatchAsyncDBJob_GambleItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::ChangeGambleItemToRewardNormalItem(unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,int &)" (?ChangeGambleItemToRewardNormalItem@MMatchDBMgr@@QAE_NKKKKKKAAH@Z)
2>MBMatchAsyncDBJob_GambleQuestItem.obj : error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByUID(struct MUID const &)const " (?GetGambleItemByUID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@ABUMUID@@@Z)
2>MBMatchAsyncDBJob_GambleQuestItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateQuestItem(int,class MQuestItemMap &,class MQuestMonsterBible &)" (?UpdateQuestItem@MMatchDBMgr@@QAE_NHAAVMQuestItemMap@@AAVMQuestMonsterBible@@@Z)
2>MBMatchAsyncDBJob_GambleQuestItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateCharGambleItemCount(unsigned int,unsigned int,unsigned int)" (?UpdateCharGambleItemCount@MMatchDBMgr@@QAE_NIII@Z)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchAccountPenaltyInfo::MMatchAccountPenaltyInfo(void)" (??0MMatchAccountPenaltyInfo@@QAE@XZ)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetLoginInfo(char const *,unsigned int *,char *)" (?GetLoginInfo@MMatchDBMgr@@QAE_NPBDPAIPAD@Z)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::CreateAccount(char const *,char const *,int,char const *,int,int)" (?CreateAccount@MMatchDBMgr@@QAE_NPBD0H0HH@Z)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetAccountInfo(unsigned long,struct MMatchAccountInfo *,int)" (?GetAccountInfo@MMatchDBMgr@@QAE_NKPAUMMatchAccountInfo@@H@Z)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetAccountPenaltyInfo(unsigned long,class MMatchAccountPenaltyInfo *)" (?GetAccountPenaltyInfo@MMatchDBMgr@@QAE_NKPAVMMatchAccountPenaltyInfo@@@Z)
2>MBMatchAsyncDBJob_GameOnLogin.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchAccountPenaltyInfo::~MMatchAccountPenaltyInfo(void)" (??1MMatchAccountPenaltyInfo@@QAE@XZ)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: static class MMatchPremiumIPCache * __cdecl MMatchPremiumIPCache::GetInstance(void)" (?GetInstance@MMatchPremiumIPCache@@SAPAV1@XZ)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetLoginInfo_Netmarble(char const *,unsigned int *,unsigned int *,char *)" (?GetLoginInfo_Netmarble@MMatchDBMgr@@QAE_NPBDPAI1PAD@Z)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::CreateAccount_Netmarble(char const *,char const *,int,int,int,int *)" (?CreateAccount_Netmarble@MMatchDBMgr@@QAE_NPBD0HHHPAH@Z)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchPremiumIPCache::CheckPremiumIP(unsigned long,bool &)" (?CheckPremiumIP@MMatchPremiumIPCache@@QAE_NKAA_N@Z)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::CheckPremiumIP(char const *,bool &)" (?CheckPremiumIP@MMatchDBMgr@@QAE_NPBDAA_N@Z)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchPremiumIPCache::AddIP(unsigned long,bool)" (?AddIP@MMatchPremiumIPCache@@QAEXK_N@Z)
2>MBMatchAsyncDBJob_NetmarbleLogin.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchPremiumIPCache::OnDBFailed(void)" (?OnDBFailed@MMatchPremiumIPCache@@QAEXXZ)
2>MBMatchAsyncDBJob_SellItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::SellingItemToBounty(int,int,int,int,int)" (?SellingItemToBounty@MMatchDBMgr@@QAE_NHHHHH@Z)
2>MBMatchAsyncDBJob_SellItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::SellingSpendableItemToBounty(int,int,int,int,int,int)" (?SellingSpendableItemToBounty@MMatchDBMgr@@QAE_NHHHHHH@Z)
2>MBMatchAsyncDBJob_UpdateCharLevel.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateCharLevel(int,int,int,int,int,int,bool)" (?UpdateCharLevel@MMatchDBMgr@@QAE_NHHHHHH_N@Z)
2>MBMatchAsyncDBJob_UpdateCharPlayInfo.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateCharPlayInfo(int,int,int,int,int,int,int,int,int,bool)" (?UpdateCharPlayInfo@MMatchDBMgr@@QAE_NHHHHHHHHH_N@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: class MCommand * __thiscall MMatchServer::CreateCmdMatchResponseLoginFailed(struct MUID const &,int)" (?CreateCmdMatchResponseLoginFailed@MMatchServer@@IAEPAVMCommand@@ABUMUID@@H@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: class MMatchObject * __thiscall MMatchServer::GetPlayerByAID(unsigned long)" (?GetPlayerByAID@MMatchServer@@QAEPAVMMatchObject@@K@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::AddObjectOnMatchLogin(struct MUID const &,struct MMatchAccountInfo const *,class MMatchAccountPenaltyInfo const *,bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned long)" (?AddObjectOnMatchLogin@MMatchServer@@IAE_NABUMUID@@PBUMMatchAccountInfo@@PBVMMatchAccountPenaltyInfo@@_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@K@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterChar::MCommandParameterChar(char)" (??0MCommandParameterChar@@QAE@D@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToListener(class MObject *,class MCommand *)" (?RouteToListener@MMatchServer@@QAEXPAVMObject@@PAVMCommand@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::CharFinalize(struct MUID const &)" (?CharFinalize@MMatchServer@@IAE_NABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeCharInfo(void)" (?FreeCharInfo@MMatchObject@@QAEXXZ)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeDuelTournamentInfo(void)" (?FreeDuelTournamentInfo@MMatchObject@@QAEXXZ)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeFriendInfo(void)" (?FreeFriendInfo@MMatchObject@@QAEXXZ)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCharBuff::FreeCharBuffInfo(void)" (?FreeCharBuffInfo@MMatchObjectCharBuff@@QAEXXZ)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::SetCharInfo(class MMatchCharInfo *)" (?SetCharInfo@MMatchObject@@QAEXPAVMMatchCharInfo@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::CharInitialize(struct MUID const &)" (?CharInitialize@MMatchServer@@IAE_NABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SendDuelTournamentCharInfoToPlayer(struct MUID)" (?SendDuelTournamentCharInfoToPlayer@MMatchServer@@QAEXUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SendDuelTournamentPreviousCharInfoToPlayer(struct MUID)" (?SendDuelTournamentPreviousCharInfoToPlayer@MMatchServer@@QAEXUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterInt::MCommandParameterInt(int)" (??0MCommandParameterInt@@QAE@H@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "void __cdecl CopyCharInfoForTrans(struct MTD_CharInfo *,class MMatchCharInfo *,class MMatchObject *)" (?CopyCharInfoForTrans@@YAXPAUMTD_CharInfo@@PAVMMatchCharInfo@@PAVMMatchObject@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: static int __cdecl MMatchFormula::GetLevelPercent(unsigned long,int)" (?GetLevelPercent@MMatchFormula@@SAHKH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MServer::PostSafeQueue(class MCommand *)" (?PostSafeQueue@MServer@@IAEXPAVMCommand@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: struct MMatchItemDesc * __thiscall MMatchItemDescMgr::GetItemDesc(unsigned long)" (?GetItemDesc@MMatchItemDescMgr@@QAEPAUMMatchItemDesc@@K@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItemByCIID(unsigned long)const " (?GetItemByCIID@MMatchItemMap@@QBEPAVMMatchItem@@K@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: static struct MUID MMatchItemMap::m_uidGenerate" (?m_uidGenerate@MMatchItemMap@@1UMUID@@A)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: static class MCriticalSection MMatchItemMap::m_csUIDGenerateLock" (?m_csUIDGenerateLock@MMatchItemMap@@1VMCriticalSection@@A)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall MMatchItem::GetDescID(void)const " (?GetDescID@MMatchItem@@QBEKXZ)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchItem::IncreaseCount(int)" (?IncreaseCount@MMatchItem@@QAEXH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByCIID(unsigned long)const " (?GetGambleItemByCIID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: bool const __thiscall MMatchGambleItemManager::AddGambleItem(struct MUID const &,unsigned long,unsigned long,int)" (?AddGambleItem@MMatchGambleItemManager@@QAE?B_NABUMUID@@KKH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchGambleItemManager::SetGambleItemCount(int,int)" (?SetGambleItemCount@MMatchGambleItemManager@@QAE_NHH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::UpdateCharDBCachingData(class MMatchObject *)" (?UpdateCharDBCachingData@MMatchServer@@IAEXPAVMMatchObject@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::UpdateCharItemDBCachingData(class MMatchObject *)" (?UpdateCharItemDBCachingData@MMatchServer@@IAEXPAVMMatchObject@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItem(struct MUID const &)const " (?GetItem@MMatchItemMap@@QBEPAVMMatchItem@@ABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::IsEquipedItem(struct MUID const &,enum MMatchCharItemParts &)" (?IsEquipedItem@MMatchEquipedItem@@QAE_NABUMUID@@AAW4MMatchCharItemParts@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchItemMap::RemoveItem(struct MUID const &)" (?RemoveItem@MMatchItemMap@@QAE_NABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: int __thiscall MMatchItemMap::GetItemCount(struct MUID const &)" (?GetItemCount@MMatchItemMap@@QAEHABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchItem::DecreaseCount(int)" (?DecreaseCount@MMatchItem@@QAEXH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleItemManager::DeleteGambleItem(struct MUID const &)" (?DeleteGambleItem@MMatchGambleItemManager@@QAEXABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchGambleItemManager::SetGambleItemCount(struct MUID const &,int)" (?SetGambleItemCount@MMatchGambleItemManager@@QAE_NABUMUID@@H@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUInt::MCommandParameterUInt(unsigned int)" (??0MCommandParameterUInt@@QAE@I@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: int __thiscall MQuestItem::Increase(int)" (?Increase@MQuestItem@@QAEHH@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::OnRequestCharQuestItemList(struct MUID const &)" (?OnRequestCharQuestItemList@MMatchServer@@QAEXABUMUID@@@Z)
2>OnProcessAsyncJob.obj : error LNK2001: unresolved external symbol "public: class MMatchGambleItem const * __thiscall MMatchGambleMachine::GetGambleItemByGambleItemID(unsigned long)const " (?GetGambleItemByGambleItemID@MMatchGambleMachine@@QBEPBVMMatchGambleItem@@K@Z)
2>MBMatchAsyncDBJob_BringAccountItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringAccountItem(int,int,int,unsigned long *,unsigned long *,bool *,int *,unsigned short &)" (?BringAccountItem@MMatchDBMgr@@QAE_NHHHPAK0PA_NPAHAAG@Z)
2>MBMatchAsyncDBJob_BringAccountItemStackable.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringAccountItemStackable(int,int,int,int,int,unsigned long *,unsigned long *,bool *,int *,unsigned int *,unsigned short &)" (?BringAccountItemStackable@MMatchDBMgr@@QAE_NHHHHHPAK0PA_NPAHPAIAAG@Z)
2>MBMatchAsyncDBJob_BringBackAccountItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringBackAccountItem(int,int,int)" (?BringBackAccountItem@MMatchDBMgr@@QAE_NHHH@Z)
2>MBMatchAsyncDBJob_BringBackAccountItemStackable.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringBackAccountItemStackable(int,int,int,int)" (?BringBackAccountItemStackable@MMatchDBMgr@@QAE_NHHHH@Z)
2>MBMatchServer_CountryFilter.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::PostAsyncJob(class MAsyncJob *)" (?PostAsyncJob@MMatchServer@@QAEXPAVMAsyncJob@@@Z)
2>MBMatchServer_CountryFilter.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateIPtoCountryList::Run(void *)" (?Run@MAsyncDBJob_UpdateIPtoCountryList@@UAEXPAX@Z)
2>MBMatchServer_CountryFilter.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateBlockCountryCodeList::Run(void *)" (?Run@MAsyncDBJob_UpdateBlockCountryCodeList@@UAEXPAX@Z)
2>MBMatchServer_CountryFilter.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateCustomIPList::Run(void *)" (?Run@MAsyncDBJob_UpdateCustomIPList@@UAEXPAX@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: static class MMatchShop * __cdecl MMatchShop::GetInstance(void)" (?GetInstance@MMatchShop@@SAPAV1@XZ)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchGambleRewardItem const * __thiscall MMatchGambleMachine::Gamble(unsigned long)const " (?Gamble@MMatchGambleMachine@@QBEPBVMMatchGambleRewardItem@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleMachine::GetItemVectorByCheckedItemTime(class std::vector<unsigned long,class std::allocator<unsigned long> > &,unsigned long)const " (?GetItemVectorByCheckedItemTime@MMatchGambleMachine@@QBEXAAV?$vector@KV?$allocator@K@std@@@std@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchGambleItem const * __thiscall MMatchGambleMachine::GetGambleItemByIndex(unsigned long)const " (?GetGambleItemByIndex@MMatchGambleMachine@@QBEPBVMMatchGambleItem@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: struct ShopItemNode * __thiscall MMatchShop::GetSellItemByIndex(int)" (?GetSellItemByIndex@MMatchShop@@QAEPAUShopItemNode@@H@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchShop::IsSellItem(unsigned long)" (?IsSellItem@MMatchShop@@QAE_NK@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool const __thiscall MMatchGambleMachine::IsItTimeoverEventGambleItem(unsigned long,unsigned long)const " (?IsItTimeoverEventGambleItem@MMatchGambleMachine@@QBE?B_NKK@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItemByItemID(unsigned long)const " (?GetItemByItemID@MMatchItemMap@@QBEPAVMMatchItem@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByItemID(unsigned long)const " (?GetGambleItemByItemID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetCharItemInfo(class MMatchCharInfo *)" (?GetCharItemInfo@MMatchDBMgr@@QAE_NPAVMMatchCharInfo@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetCharQuestItemInfo(class MMatchCharInfo *)" (?GetCharQuestItemInfo@MMatchDBMgr@@QAE_NPAVMMatchCharInfo@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::IsEmpty(enum MMatchCharItemParts)" (?IsEmpty@MMatchEquipedItem@@QAE_NW4MMatchCharItemParts@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchEquipedItem::GetItem(enum MMatchCharItemParts)" (?GetItem@MMatchEquipedItem@@QAEPAVMMatchItem@@W4MMatchCharItemParts@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl MGetTimeDistance(unsigned long,unsigned long)" (?MGetTimeDistance@@YAKKK@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "void __cdecl Make_MTDItemNode(struct MTD_ItemNode *,struct MUID &,unsigned long,int,int,int)" (?Make_MTDItemNode@@YAXPAUMTD_ItemNode@@AAUMUID@@KHHH@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByIndex(unsigned long)const " (?GetGambleItemByIndex@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: struct MMatchItemDesc * __thiscall MMatchItem::GetDesc(void)const " (?GetDesc@MMatchItem@@QBEPAUMMatchItemDesc@@XZ)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "int const __cdecl CalculateRentItemSellBounty(int,int,int,bool)" (?CalculateRentItemSellBounty@@YA?BHHHH_N@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleMachine::GetOpenedGambleItemList(class std::vector<unsigned long,class std::allocator<unsigned long> > &)const " (?GetOpenedGambleItemList@MMatchGambleMachine@@QBEXAAV?$vector@KV?$allocator@K@std@@@std@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::IsEquipmentTypeItem(struct MMatchItemDesc const *)" (?IsEquipmentTypeItem@MMatchServer@@IAE_NPBUMMatchItemDesc@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "bool __cdecl IsSuitableItemSlot(enum MMatchItemSlotType,enum MMatchCharItemParts)" (?IsSuitableItemSlot@@YA_NW4MMatchItemSlotType@@W4MMatchCharItemParts@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "protected: int __thiscall MMatchServer::ValidateEquipItem(class MMatchObject *,class MMatchItem *,enum MMatchCharItemParts)" (?ValidateEquipItem@MMatchServer@@IAEHPAVMMatchObject@@PAVMMatchItem@@W4MMatchCharItemParts@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateEquipedItem(unsigned long,enum MMatchCharItemParts,unsigned long,unsigned long)" (?UpdateEquipedItem@MMatchDBMgr@@QAE_NKW4MMatchCharItemParts@@KK@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::SetItem(enum MMatchCharItemParts,struct MUID const &,class MMatchItem *)" (?SetItem@MMatchEquipedItem@@QAE_NW4MMatchCharItemParts@@ABUMUID@@PAVMMatchItem@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: class MMatchStage * __thiscall MMatchServer::FindStage(struct MUID const &)" (?FindStage@MMatchServer@@QAEPAVMMatchStage@@ABUMUID@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUID::MCommandParameterUID(struct MUID const &)" (??0MCommandParameterUID@@QAE@ABUMUID@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToStage(struct MUID const &,class MCommand *)" (?RouteToStage@MMatchServer@@QAEXABUMUID@@PAVMCommand@@@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchEquipedItem::GetTotalWeight(int *,int *)" (?GetTotalWeight@MMatchEquipedItem@@QAEXPAH0@Z)
2>MBMatchServer_Item.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchEquipedItem::Remove(enum MMatchCharItemParts)" (?Remove@MMatchEquipedItem@@QAEXW4MMatchCharItemParts@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall MQuestItemMap::CreateQuestItem(unsigned long,int,bool)" (?CreateQuestItem@MQuestItemMap@@UAE_NKH_N@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall MAsyncDBJob_UpdateQuestItemInfo::~MAsyncDBJob_UpdateQuestItemInfo(void)" (??1MAsyncDBJob_UpdateQuestItemInfo@@UAE@XZ)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: void * __thiscall MUIDRefCache::GetRef(struct MUID const &)" (?GetRef@MUIDRefCache@@QAEPAXABUMUID@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::CheckOnLoginPre(struct MUID const &,int,bool &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?CheckOnLoginPre@MMatchServer@@IAE_NABUMUID@@HAA_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MConnectHistory::IsExist(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?IsExist@MConnectHistory@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: void __thiscall MConnectHistory::Add(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long)" (?Add@MConnectHistory@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@K@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl MPacketCrypter::Decrypt(char *,int,struct MPacketCrypterKey *)" (?Decrypt@MPacketCrypter@@SA_NPADHPAUMPacketCrypterKey@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "bool __cdecl IsExpiredBlockEndTime(struct _SYSTEMTIME const &)" (?IsExpiredBlockEndTime@@YA_NABU_SYSTEMTIME@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MAsyncDBJob_ResetAccountHackingBlock::Input(unsigned long,unsigned char)" (?Input@MAsyncDBJob_ResetAccountHackingBlock@@QAE_NKE@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchAccountPenaltyInfo::IsBlock(enum MPenaltyCode)" (?IsBlock@MMatchAccountPenaltyInfo@@QAE_NW4MPenaltyCode@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::UpdateTickLastPacketRecved(void)" (?UpdateTickLastPacketRecved@MMatchObject@@QAEXXZ)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MAsyncDBJob_UpdateQuestItemInfo::Input(int,class MQuestItemMap &,class MQuestMonsterBible &)" (?Input@MAsyncDBJob_UpdateQuestItemInfo@@QAE_NHAAVMQuestItemMap@@AAVMQuestMonsterBible@@@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_GetAccountCharList::Run(void *)" (?Run@MAsyncDBJob_GetAccountCharList@@UAEXPAX@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateQuestItemInfo::Run(void *)" (?Run@MAsyncDBJob_UpdateQuestItemInfo@@UAEXPAX@Z)
2>MBMatchServer_Login.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_ResetAccountHackingBlock::Run(void *)" (?Run@MAsyncDBJob_ResetAccountHackingBlock@@UAEXPAX@Z)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::CheckMemoryCorruption(void)" (?CheckMemoryCorruption@MMatchServer@@QAEXXZ)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMatchServer::OnCommand(class MCommand *)" (?OnCommand@MMatchServer@@MAE_NPAVMCommand@@@Z)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MCommand::GetParameter(void *,int,enum MCommandParameterType,int)const " (?GetParameter@MCommand@@QBE_NPAXHW4MCommandParameterType@@H@Z)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "int __cdecl MGetBlobArrayCount(void *)" (?MGetBlobArrayCount@@YAHPAX@Z)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::InitGambleMachine(void)" (?InitGambleMachine@MMatchServer@@IAE_NXZ)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleMachine::WriteGambleItemInfoToLog(void)const " (?WriteGambleItemInfoToLog@MMatchGambleMachine@@QBEXXZ)
2>MBMatchServer_OnCommand.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchRuleAssassinate::ChooseAdminAsCommander(void)" (?ChooseAdminAsCommander@MMatchRuleAssassinate@@QAEXXZ)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "public: int __thiscall MDatabase::IsOpen(void)const " (?IsOpen@MDatabase@@QBEHXZ)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUChar::MCommandParameterUChar(unsigned char)" (??0MCommandParameterUChar@@QAE@E@Z)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "protected: int __thiscall MMatchServer::ObjectAdd(struct MUID const &)" (?ObjectAdd@MMatchServer@@IAEHABUMUID@@@Z)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "public: void __thiscall MObject::AddCommListener(struct MUID)" (?AddCommListener@MObject@@QAEXUMUID@@@Z)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToAllClient(class MCommand *)" (?RouteToAllClient@MMatchServer@@QAEXPAVMCommand@@@Z)
2>MBMatchServer_ServerKeeper.obj : error LNK2001: unresolved external symbol "bool __cdecl AddDynamicSchedule(class MMatchScheduleMgr *,int,class MCommand *,int,int,int,int,int,int)" (?AddDynamicSchedule@@YA_NPAVMMatchScheduleMgr@@HPAVMCommand@@HHHHHH@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "private: static unsigned long * MMatchFormula::m_nNeedExp" (?m_nNeedExp@MMatchFormula@@0PAKA)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToBattle(struct MUID const &,class MCommand *)" (?RouteToBattle@MMatchServer@@QAEXABUMUID@@PAVMCommand@@@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::OnDead(void)" (?OnDead@MMatchObject@@QAEXXZ)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::OnKill(void)" (?OnKill@MMatchObject@@QAEXXZ)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchStage::OnGameKill(struct MUID const &,struct MUID const &)" (?OnGameKill@MMatchStage@@QAEXABUMUID@@0@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateAccountPowerLevelingInfo(unsigned long,unsigned long)" (?UpdateAccountPowerLevelingInfo@MMatchDBMgr@@QAE_NKK@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: static class MMatchGameTypeMgr * __cdecl MMatchGameTypeMgr::GetInstance(void)" (?GetInstance@MMatchGameTypeMgr@@SAPAV1@XZ)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::CalcExpOnGameKill(class MMatchStage *,class MMatchObject *,class MMatchObject *,int *,int *)" (?CalcExpOnGameKill@MMatchServer@@IAEXPAVMMatchStage@@PAVMMatchObject@@1PAH2@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::PostGameDeadOnGameKill(struct MUID &,class MMatchObject *,class MMatchObject *,int,int)" (?PostGameDeadOnGameKill@MMatchServer@@IAEXAAUMUID@@PAVMMatchObject@@1HH@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: static int __cdecl MMatchFormula::GetLevelFromExp(unsigned long)" (?GetLevelFromExp@MMatchFormula@@SAHK@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "protected: int const __thiscall MMatchServer::CalcBPonGameKill(class MMatchStage *,class MMatchObject *,int,int)" (?CalcBPonGameKill@MMatchServer@@IAE?BHPAVMMatchStage@@PAVMMatchObject@@HH@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteResponseToListener(class MObject *,int,int)" (?RouteResponseToListener@MMatchServer@@QAEXPAVMObject@@HH@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::StageJoin(struct MUID const &,struct MUID const &)" (?StageJoin@MMatchServer@@IAE_NABUMUID@@0@Z)
2>MBMatchServer_Stage.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MMatchStage::CheckBanList(int)" (?CheckBanList@MMatchStage@@QAE_NH@Z)
2>MBMatchTest.obj : error LNK2001: unresolved external symbol "void __cdecl DoTestResourceCRC32Cache(void)" (?DoTestResourceCRC32Cache@@YAXXZ)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchObject::MMatchObject(struct MUID const &)" (??0MMatchObject@@QAE@ABUMUID@@@Z)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: void __thiscall DBQuestCachingData::Reset(void)" (?Reset@DBQuestCachingData@@QAEXXZ)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: void __thiscall MQuestItemMap::Clear(void)" (?Clear@MQuestItemMap@@QAEXXZ)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleItemManager::Release(void)" (?Release@MMatchGambleItemManager@@QAEXXZ)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall MMatchItemMap::~MMatchItemMap(void)" (??1MMatchItemMap@@UAE@XZ)
2>MBMatchTest_Killtracker.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchItemMap::MMatchItemMap(void)" (??0MMatchItemMap@@QAE@XZ)
2>TestCRC32Server.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchItemDesc::~MMatchItemDesc(void)" (??1MMatchItemDesc@@QAE@XZ)
2>TestCRCStage.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchItemDesc::CacheCRC32(class MMatchCRC32XORCache &)" (?CacheCRC32@MMatchItemDesc@@QAEXAAVMMatchCRC32XORCache@@@Z)
2>TestResourceCRC32Cache_ServerClient.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchItemDesc::MMatchItemDesc(void)" (??0MMatchItemDesc@@QAE@XZ)
2>TestConnectHistory.obj : error LNK2001: unresolved external symbol "public: void __thiscall MConnectHistory::Update(unsigned long)" (?Update@MConnectHistory@@QAEXK@Z)
2>TestMMatchObjectHistory.obj : error LNK2001: unresolved external symbol "public: __thiscall MMatchObjectCommandHistory::~MMatchObjectCommandHistory(void)" (??1MMatchObjectCommandHistory@@QAE@XZ)
2>TestMMatchObjectHistory.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCommandHistory::PushCommand(struct MUID,int,unsigned long,bool *)" (?PushCommand@MMatchObjectCommandHistory@@QAEXUMUID@@HKPA_N@Z)
2>TestMMatchObjectHistory.obj : error LNK2001: unresolved external symbol "public: struct MOBJECTCOMMANDHISTORY * __thiscall MMatchObjectCommandHistory::GetCommandHistory(struct MUID)" (?GetCommandHistory@MMatchObjectCommandHistory@@QAEPAUMOBJECTCOMMANDHISTORY@@UMUID@@@Z)
2>TestMMatchObjectHistory.obj : error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCommandHistory::Update(unsigned long)" (?Update@MMatchObjectCommandHistory@@QAEXK@Z)
2>UnitTest++.vsnet2003.lib(Test.obj) : error LNK2001: unresolved external symbol "__int64 std::_Fpz" (?_Fpz@std@@3_JA)
2>UnitTest++.vsnet2003.lib(Test.obj) : error LNK2001: unresolved external symbol "long const std::_BADOFF" (?_BADOFF@std@@3JB)
2>UnitTest++.vsnet2003.lib(Test.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ)
2>UnitTest++.vsnet2003.lib(Test.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@QAEXXZ)
2>UnitTest++.vsnet2003.lib(MemoryOutStream.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ)
2>UnitTest++.vsnet2003.lib(MemoryOutStream.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ)
2>Runtime\MatchServer.exe : fatal error LNK1120: 265 unresolved externals