MatchAgent and MatchServer Build Errors

Results 1 to 6 of 6
  1. #1
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    MatchAgent and MatchServer Build Errors

    MatchAgent
    Code:
    1>------ Build started: Project: cml, Configuration: Release Win32 ------
    2>------ Build started: Project: CSCommon, Configuration: _Encrypt_KOR_Release_publish Win32 ------
    3>------ Build started: Project: RealSpace2, Configuration: Release Win32 ------
    4>------ Build started: Project: SafeUDP, Configuration: Release Win32 ------
    1>  cml.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\cml\Lib\cml.lib
    2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1299,5): warning MSB8012: TargetPath(C:\Users\Anju\Documents\GunZ\Source\CSCommon\Lib\CSCommon.lib) does not match the Library's OutputFile property value (C:\Users\Anju\Documents\GunZ\Source\CSCommon\Lib\CSCommonE.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
    2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1301,5): warning MSB8012: TargetName(CSCommon) does not match the Library's OutputFile property value (CSCommonE). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
    2>  CSCommon.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\CSCommon\Lib\CSCommon.lib
    5>------ Build started: Project: MCountryFilter, Configuration: Release Win32 ------
    6>------ Build started: Project: MDatabase, Configuration: Release Win32 ------
    4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1299,5): warning MSB8012: TargetPath(C:\Users\Anju\Documents\GunZ\Source\SafeUDP\.\Release\SafeUDP.lib) does not match the Library's OutputFile property value (C:\Users\Anju\Documents\GunZ\Source\SafeUDP\lib\SafeUDP.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
    4>  SafeUDP.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\SafeUDP\.\Release\SafeUDP.lib
    5>  MCountryFilter.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\MCountryFilter\Lib\MCountryFilter.lib
    6>  MDatabase.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\MDatabase\Lib\MDatabase.lib
    3>  RealSpace2.vcxproj -> C:\Users\Anju\Documents\GunZ\Source\RealSpace2\Lib\RealSpace2.lib
    7>------ Build started: Project: MatchAgent, Configuration: Release Win32 ------
    7>CSCommonE.lib(MMatchServer.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z) referenced in function "bool __cdecl CheckItemXML_ReadXML(class std::map<unsigned long,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<unsigned long>,class std::allocator<struct std::pair<unsigned long const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &,char const *)" (?CheckItemXML_ReadXML@@YA_NAAV?$map@KV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@K@2@V?$allocator@U?$pair@$$CBKV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@2@@std@@PBD@Z)
    7>CSCommonE.lib(MMatchItem.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z)
    7>CSCommonE.lib(MMatchBuff.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z)
    7>Runtime\MatchAgent.exe : fatal error LNK1120: 1 unresolved externals
    ========== Build: 6 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    MatchServer
    Code:
    Error	2508	error LNK2001: unresolved external symbol _GetModuleBaseNameA@16	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchSystemInfo.obj	MatchServer
    Error	2509	error LNK2001: unresolved external symbol _EnumProcessModules@16	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchSystemInfo.obj	MatchServer
    Error	2304	error LNK2001: unresolved external symbol "void __cdecl SetupRCPLog(void (__cdecl*)(char const *,...))" (?SetupRCPLog@@YAXP6AXPBDZZ@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2245	error LNK2001: unresolved external symbol "void __cdecl MLog(char const *,...)" (?MLog@@YAXPBDZZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2344	error LNK2001: unresolved external symbol "void __cdecl MEraseBlobArray(void *)" (?MEraseBlobArray@@YAXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2453	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2244	error LNK2001: unresolved external symbol "void __cdecl InitLog(int,char const *)" (?InitLog@@YAXHPBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2498	error LNK2001: unresolved external symbol "void __cdecl DoTestResourceCRC32Cache(void)" (?DoTestResourceCRC32Cache@@YAXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest.obj	MatchServer
    Error	2413	error LNK2001: unresolved external symbol "void __cdecl CopyCharInfoForTrans(struct MTD_CharInfo *,class MMatchCharInfo *,class MMatchObject *)" (?CopyCharInfoForTrans@@YAXPAUMTD_CharInfo@@PAVMMatchCharInfo@@PAVMMatchObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2342	error LNK2001: unresolved external symbol "void * __cdecl MMakeBlobArray(int,int)" (?MMakeBlobArray@@YAPAXHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2338	error LNK2001: unresolved external symbol "void * __cdecl MGetBlobArrayElement(void *,int)" (?MGetBlobArrayElement@@YAPAXPAXH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2438	error LNK2001: unresolved external symbol "unsigned long __cdecl MGetTimeDistance(unsigned long,unsigned long)" (?MGetTimeDistance@@YAKKK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2243	error LNK2001: unresolved external symbol "unsigned long __cdecl CrashExceptionDump(struct _EXCEPTION_POINTERS *,char const *,bool)" (?CrashExceptionDump@@YAKPAU_EXCEPTION_POINTERS@@PBD_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2341	error LNK2001: unresolved external symbol "struct tm * __cdecl MMatchGetLocalTime(void)" (?MMatchGetLocalTime@@YAPAUtm@@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2288	error LNK2001: unresolved external symbol "public: void __thiscall UnitTest::TestResults::OnTestFailure(class UnitTest::TestDetails const &,char const *)" (?OnTestFailure@TestResults@UnitTest@@QAEXABVTestDetails@2@PBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2503	error LNK2001: unresolved external symbol "public: void __thiscall MQuestItemMap::Clear(void)" (?Clear@MQuestItemMap@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2478	error LNK2001: unresolved external symbol "public: void __thiscall MObject::AddCommListener(struct MUID)" (?AddCommListener@MObject@@QAEXUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2343	error LNK2001: unresolved external symbol "public: void __thiscall MMatchStatus::SaveToLogFile(void)" (?SaveToLogFile@MMatchStatus@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2489	error LNK2001: unresolved external symbol "public: void __thiscall MMatchStage::OnGameKill(struct MUID const &,struct MUID const &)" (?OnGameKill@MMatchStage@@QAEXABUMUID@@0@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2258	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateIPtoCountryList(void)" (?UpdateIPtoCountryList@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2256	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateCustomIPList(void)" (?UpdateCustomIPList@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2257	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::UpdateBlockCountryCodeLsit(void)" (?UpdateBlockCountryCodeLsit@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2260	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SetUseCountryFilter(void)" (?SetUseCountryFilter@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2259	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SetAccetpInvalidIP(void)" (?SetAccetpInvalidIP@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2400	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SendDuelTournamentPreviousCharInfoToPlayer(struct MUID)" (?SendDuelTournamentPreviousCharInfoToPlayer@MMatchServer@@QAEXUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2399	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::SendDuelTournamentCharInfoToPlayer(struct MUID)" (?SendDuelTournamentCharInfoToPlayer@MMatchServer@@QAEXUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2447	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToStage(struct MUID const &,class MCommand *)" (?RouteToStage@MMatchServer@@QAEXABUMUID@@PAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2403	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToListener(class MObject *,class MCommand *)" (?RouteToListener@MMatchServer@@QAEXPAVMObject@@PAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2491	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToBattle(struct MUID const &,class MCommand *)" (?RouteToBattle@MMatchServer@@QAEXABUMUID@@PAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2480	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteToAllClient(class MCommand *)" (?RouteToAllClient@MMatchServer@@QAEXPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2490	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::RouteResponseToListener(class MObject *,int,int)" (?RouteResponseToListener@MMatchServer@@QAEXPAVMObject@@HH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2426	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::PostAsyncJob(class MAsyncJob *)" (?PostAsyncJob@MMatchServer@@QAEXPAVMAsyncJob@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_CountryFilter.obj	MatchServer
    Error	2405	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::OnRequestCharQuestItemList(struct MUID const &)" (?OnRequestCharQuestItemList@MMatchServer@@QAEXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2261	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::OnAdminServerHalt(void)" (?OnAdminServerHalt@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2246	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::CheckMemoryTest(int,int)" (?CheckMemoryTest@MMatchServer@@QAEXHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2475	error LNK2001: unresolved external symbol "public: void __thiscall MMatchServer::CheckMemoryCorruption(void)" (?CheckMemoryCorruption@MMatchServer@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2305	error LNK2001: unresolved external symbol "public: void __thiscall MMatchScheduleData::Release(void)" (?Release@MMatchScheduleData@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2472	error LNK2001: unresolved external symbol "public: void __thiscall MMatchRuleAssassinate::ChooseAdminAsCommander(void)" (?ChooseAdminAsCommander@MMatchRuleAssassinate@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2369	error LNK2001: unresolved external symbol "public: void __thiscall MMatchPremiumIPCache::OnDBFailed(void)" (?OnDBFailed@MMatchPremiumIPCache@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2370	error LNK2001: unresolved external symbol "public: void __thiscall MMatchPremiumIPCache::AddIP(unsigned long,bool)" (?AddIP@MMatchPremiumIPCache@@QAEXK_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2300	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCommandHistory::Update(unsigned long)" (?Update@MMatchObjectCommandHistory@@QAEXK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestMMatchObjectHistory.obj	MatchServer
    Error	2301	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCommandHistory::PushCommand(struct MUID,int,unsigned long,bool *)" (?PushCommand@MMatchObjectCommandHistory@@QAEXUMUID@@HKPA_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestMMatchObjectHistory.obj	MatchServer
    Error	2397	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObjectCharBuff::FreeCharBuffInfo(void)" (?FreeCharBuffInfo@MMatchObjectCharBuff@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2457	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::UpdateTickLastPacketRecved(void)" (?UpdateTickLastPacketRecved@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2381	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::SetCharInfo(class MMatchCharInfo *)" (?SetCharInfo@MMatchObject@@QAEXPAVMMatchCharInfo@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2484	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::OnKill(void)" (?OnKill@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2485	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::OnDead(void)" (?OnDead@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2382	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeFriendInfo(void)" (?FreeFriendInfo@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2380	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeDuelTournamentInfo(void)" (?FreeDuelTournamentInfo@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2383	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::FreeCharInfo(void)" (?FreeCharInfo@MMatchObject@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2470	error LNK2001: unresolved external symbol "public: void __thiscall MMatchObject::DisconnectHacker(enum MMatchHackingType)" (?DisconnectHacker@MMatchObject@@QAEXW4MMatchHackingType@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2348	error LNK2001: unresolved external symbol "public: void __thiscall MMatchItemDescMgr::Clear(void)" (?Clear@MMatchItemDescMgr@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2506	error LNK2001: unresolved external symbol "public: void __thiscall MMatchItemDesc::CacheCRC32(class MMatchCRC32XORCache &)" (?CacheCRC32@MMatchItemDesc@@QAEXAAVMMatchCRC32XORCache@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestCRCStage.obj	MatchServer
    Error	2411	error LNK2001: unresolved external symbol "public: void __thiscall MMatchItem::IncreaseCount(int)" (?IncreaseCount@MMatchItem@@QAEXH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2410	error LNK2001: unresolved external symbol "public: void __thiscall MMatchItem::DecreaseCount(int)" (?DecreaseCount@MMatchItem@@QAEXH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2473	error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleMachine::WriteGambleItemInfoToLog(void)const " (?WriteGambleItemInfoToLog@MMatchGambleMachine@@QBEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2441	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2442	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2500	error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleItemManager::Release(void)" (?Release@MMatchGambleItemManager@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2387	error LNK2001: unresolved external symbol "public: void __thiscall MMatchGambleItemManager::DeleteGambleItem(struct MUID const &)" (?DeleteGambleItem@MMatchGambleItemManager@@QAEXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2350	error LNK2001: unresolved external symbol "public: void __thiscall MMatchEventDescManager::ClearEventDesc(void)" (?ClearEventDesc@MMatchEventDescManager@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2433	error LNK2001: unresolved external symbol "public: void __thiscall MMatchEquipedItem::Remove(enum MMatchCharItemParts)" (?Remove@MMatchEquipedItem@@QAEXW4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2431	error LNK2001: unresolved external symbol "public: void __thiscall MMatchEquipedItem::GetTotalWeight(int *,int *)" (?GetTotalWeight@MMatchEquipedItem@@QAEXPAH0@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2353	error LNK2001: unresolved external symbol "public: void __thiscall MMatchConfig::Clear(void)" (?Clear@MMatchConfig@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2263	error LNK2001: unresolved external symbol "public: void __thiscall MMatchCheckLoopTime::SaveLoopLogFile(void)" (?SaveLoopLogFile@MMatchCheckLoopTime@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2298	error LNK2001: unresolved external symbol "public: void __thiscall MConnectHistory::Update(unsigned long)" (?Update@MConnectHistory@@QAEXK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2296	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2281	error LNK2001: unresolved external symbol "public: void __thiscall MCommandCommunicator::Run(void)" (?Run@MCommandCommunicator@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2504	error LNK2001: unresolved external symbol "public: void __thiscall DBQuestCachingData::Reset(void)" (?Reset@DBQuestCachingData@@QAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2339	error LNK2001: unresolved external symbol "public: void __cdecl MCommandCommunicator::LOG(unsigned int,char const *,...)" (?LOG@MCommandCommunicator@@QAAXIPBDZZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2465	error LNK2001: unresolved external symbol "public: void * __thiscall MUIDRefCache::GetRef(struct MUID const &)" (?GetRef@MUIDRefCache@@QAEPAXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2267	error LNK2001: unresolved external symbol "public: virtual void __thiscall MServer::OnLocalLogin(struct MUID,struct MUID)" (?OnLocalLogin@MServer@@UAEXUMUID@@0@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2266	error LNK2001: unresolved external symbol "public: virtual void __thiscall MServer::Disconnect(struct MUID const &)" (?Disconnect@MServer@@UAEXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2332	error LNK2001: unresolved external symbol "public: virtual void __thiscall MMatchServer::Shutdown(void)" (?Shutdown@MMatchServer@@UAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2317	error LNK2001: unresolved external symbol "public: virtual void __thiscall MMatchServer::Log(unsigned int,char const *)" (?Log@MMatchServer@@UAEXIPBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2459	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateQuestItemInfo::Run(void *)" (?Run@MAsyncDBJob_UpdateQuestItemInfo@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2427	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateIPtoCountryList::Run(void *)" (?Run@MAsyncDBJob_UpdateIPtoCountryList@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_CountryFilter.obj	MatchServer
    Error	2424	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateCustomIPList::Run(void *)" (?Run@MAsyncDBJob_UpdateCustomIPList@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_CountryFilter.obj	MatchServer
    Error	2425	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_UpdateBlockCountryCodeList::Run(void *)" (?Run@MAsyncDBJob_UpdateBlockCountryCodeList@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_CountryFilter.obj	MatchServer
    Error	2466	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_ResetAccountHackingBlock::Run(void *)" (?Run@MAsyncDBJob_ResetAccountHackingBlock@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2463	error LNK2001: unresolved external symbol "public: virtual void __thiscall MAsyncDBJob_GetAccountCharList::Run(void *)" (?Run@MAsyncDBJob_GetAccountCharList@@UAEXPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2331	error LNK2001: unresolved external symbol "public: virtual struct MUID __thiscall MMatchServer::UseUID(void)" (?UseUID@MMatchServer@@UAE?AUMUID@@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2265	error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::OnDisconnect(struct MUID const &)" (?OnDisconnect@MServer@@UAEHABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2312	error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::OnAccept(class MCommObject *)" (?OnAccept@MServer@@UAEHPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2268	error LNK2001: unresolved external symbol "public: virtual int __thiscall MServer::Connect(class MCommObject *)" (?Connect@MServer@@UAEHPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2285	error LNK2001: unresolved external symbol "public: virtual int __thiscall MCommandCommunicator::OnConnected(struct MUID *,struct MUID *,unsigned int,class MCommObject *)" (?OnConnected@MCommandCommunicator@@UAEHPAUMUID@@0IPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2282	error LNK2001: unresolved external symbol "public: virtual class MCommand * __thiscall MCommandCommunicator::GetCommandSafe(void)" (?GetCommandSafe@MCommandCommunicator@@UAEPAVMCommand@@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2469	error LNK2001: unresolved external symbol "public: virtual bool __thiscall MQuestItemMap::CreateQuestItem(unsigned long,int,bool)" (?CreateQuestItem@MQuestItemMap@@UAE_NKH_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2283	error LNK2001: unresolved external symbol "public: virtual bool __thiscall MCommandCommunicator::Post(class MCommand *)" (?Post@MCommandCommunicator@@UAE_NPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2284	error LNK2001: unresolved external symbol "public: virtual bool __thiscall MCommandCommunicator::Post(char *,int,char const *)" (?Post@MCommandCommunicator@@UAE_NPADHPBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2290	error LNK2001: unresolved external symbol "public: virtual __thiscall UnitTest::Test::~Test(void)" (??1Test@UnitTest@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2253	error LNK2001: unresolved external symbol "public: virtual __thiscall MZFileSystem::~MZFileSystem(void)" (??1MZFileSystem@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2333	error LNK2001: unresolved external symbol "public: virtual __thiscall MMatchServer::~MMatchServer(void)" (??1MMatchServer@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2501	error LNK2001: unresolved external symbol "public: virtual __thiscall MMatchItemMap::~MMatchItemMap(void)" (??1MMatchItemMap@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2275	error LNK2001: unresolved external symbol "public: virtual __thiscall MMaster::~MMaster(void)" (??1MMaster@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2461	error LNK2001: unresolved external symbol "public: virtual __thiscall MAsyncDBJob_UpdateQuestItemInfo::~MAsyncDBJob_UpdateQuestItemInfo(void)" (??1MAsyncDBJob_UpdateQuestItemInfo@@UAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2318	error LNK2001: unresolved external symbol "public: unsigned long __thiscall MMatchServer::GetGlobalClockCount(void)const " (?GetGlobalClockCount@MMatchServer@@QBEKXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2412	error LNK2001: unresolved external symbol "public: unsigned long __thiscall MMatchItem::GetDescID(void)const " (?GetDescID@MMatchItem@@QBEKXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2429	error LNK2001: unresolved external symbol "public: struct ShopItemNode * __thiscall MMatchShop::GetSellItemByIndex(int)" (?GetSellItemByIndex@MMatchShop@@QAEPAUShopItemNode@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2299	error LNK2001: unresolved external symbol "public: struct MOBJECTCOMMANDHISTORY * __thiscall MMatchObjectCommandHistory::GetCommandHistory(struct MUID)" (?GetCommandHistory@MMatchObjectCommandHistory@@QAEPAUMOBJECTCOMMANDHISTORY@@UMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestMMatchObjectHistory.obj	MatchServer
    Error	2394	error LNK2001: unresolved external symbol "public: struct MMatchItemDesc * __thiscall MMatchItemDescMgr::GetItemDesc(unsigned long)" (?GetItemDesc@MMatchItemDescMgr@@QAEPAUMMatchItemDesc@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2450	error LNK2001: unresolved external symbol "public: struct MMatchItemDesc * __thiscall MMatchItem::GetDesc(void)const " (?GetDesc@MMatchItem@@QBEPAUMMatchItemDesc@@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2249	error LNK2001: unresolved external symbol "public: static void __cdecl MRegistry::WriteBinary(struct HKEY__ *,char const *,char const *,unsigned long)" (?WriteBinary@MRegistry@@SAXPAUHKEY__@@PBD1K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MainFrm.obj	MatchServer
    Error	2352	error LNK2001: unresolved external symbol "public: static void __cdecl MMatchAntiHack::InitClientFileList(void)" (?InitClientFileList@MMatchAntiHack@@SAXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2313	error LNK2001: unresolved external symbol "public: static unsigned int __cdecl MMatchAntiHack::GetFielCRCSize(void)" (?GetFielCRCSize@MMatchAntiHack@@SAIXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2418	error LNK2001: unresolved external symbol "public: static int __cdecl MMatchFormula::GetLevelPercent(unsigned long,int)" (?GetLevelPercent@MMatchFormula@@SAHKH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2496	error LNK2001: unresolved external symbol "public: static int __cdecl MMatchFormula::GetLevelFromExp(unsigned long)" (?GetLevelFromExp@MMatchFormula@@SAHK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2289	error LNK2001: unresolved external symbol "public: static class UnitTest::TestList & __cdecl UnitTest::Test::GetTestList(void)" (?GetTestList@Test@UnitTest@@SAAAVTestList@2@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2248	error LNK2001: unresolved external symbol "public: static class MMatchStatus * __cdecl MMatchStatus::GetInstance(void)" (?GetInstance@MMatchStatus@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2428	error LNK2001: unresolved external symbol "public: static class MMatchShop * __cdecl MMatchShop::GetInstance(void)" (?GetInstance@MMatchShop@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2240	error LNK2001: unresolved external symbol "public: static class MMatchServer * __cdecl MMatchServer::GetInstance(void)" (?GetInstance@MMatchServer@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ChildFrm.obj	MatchServer
    Error	2372	error LNK2001: unresolved external symbol "public: static class MMatchPremiumIPCache * __cdecl MMatchPremiumIPCache::GetInstance(void)" (?GetInstance@MMatchPremiumIPCache@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2310	error LNK2001: unresolved external symbol "public: static class MMatchLocale * __cdecl MMatchLocale::GetInstance(void)" (?GetInstance@MMatchLocale@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2347	error LNK2001: unresolved external symbol "public: static class MMatchItemDescMgr * __cdecl MMatchItemDescMgr::GetInstance(void)" (?GetInstance@MMatchItemDescMgr@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2487	error LNK2001: unresolved external symbol "public: static class MMatchGameTypeMgr * __cdecl MMatchGameTypeMgr::GetInstance(void)" (?GetInstance@MMatchGameTypeMgr@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2247	error LNK2001: unresolved external symbol "public: static class MMatchConfig * __cdecl MMatchConfig::GetInstance(void)" (?GetInstance@MMatchConfig@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\ExceptionAttacher.obj	MatchServer
    Error	2264	error LNK2001: unresolved external symbol "public: static class MMatchCheckLoopTime * __cdecl MMatchCheckLoopTime::GetInstance(void)" (?GetInstance@MMatchCheckLoopTime@@SAPAV1@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2262	error LNK2001: unresolved external symbol "public: static char * MRegistry::szApplicationName" (?szApplicationName@MRegistry@@2PADA)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2250	error LNK2001: unresolved external symbol "public: static bool __cdecl MRegistry::ReadBinary(struct HKEY__ *,char const *,char *,unsigned long *)" (?ReadBinary@MRegistry@@SA_NPAUHKEY__@@PBDPADPAK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MainFrm.obj	MatchServer
    Error	2468	error LNK2001: unresolved external symbol "public: static bool __cdecl MPacketCrypter::Decrypt(char *,int,struct MPacketCrypterKey *)" (?Decrypt@MPacketCrypter@@SA_NPADHPAUMPacketCrypterKey@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2251	error LNK2001: unresolved external symbol "public: int __thiscall MServer::GetCommObjCount(void)" (?GetCommObjCount@MServer@@QAEHXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MainFrm.obj	MatchServer
    Error	2393	error LNK2001: unresolved external symbol "public: int __thiscall MQuestItem::Increase(int)" (?Increase@MQuestItem@@QAEHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2321	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2414	error LNK2001: unresolved external symbol "public: int __thiscall MMatchItemMap::GetItemCount(struct MUID const &)" (?GetItemCount@MMatchItemMap@@QAEHABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2479	error LNK2001: unresolved external symbol "public: int __thiscall MDatabase::IsOpen(void)const " (?IsOpen@MDatabase@@QBEHXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2242	error LNK2001: unresolved external symbol "public: int __thiscall MCommand::GetParameterCount(void)const " (?GetParameterCount@MCommand@@QBEHXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\CommandLogView.obj	MatchServer
    Error	2448	error LNK2001: unresolved external symbol "public: class MMatchStage * __thiscall MMatchServer::FindStage(struct MUID const &)" (?FindStage@MMatchServer@@QAEPAVMMatchStage@@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2307	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2404	error LNK2001: unresolved external symbol "public: class MMatchObject * __thiscall MMatchServer::GetPlayerByAID(unsigned long)" (?GetPlayerByAID@MMatchServer@@QAEPAVMMatchObject@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2319	error LNK2001: unresolved external symbol "public: class MMatchObject * __thiscall MMatchServer::GetObjectA(struct MUID const &)" (?GetObjectA@MMatchServer@@QAEPAVMMatchObject@@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2452	error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItemByItemID(unsigned long)const " (?GetItemByItemID@MMatchItemMap@@QBEPAVMMatchItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2415	error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItemByCIID(unsigned long)const " (?GetItemByCIID@MMatchItemMap@@QBEPAVMMatchItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2416	error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchItemMap::GetItem(struct MUID const &)const " (?GetItem@MMatchItemMap@@QBEPAVMMatchItem@@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2434	error LNK2001: unresolved external symbol "public: class MMatchItem * __thiscall MMatchEquipedItem::GetItem(enum MMatchCharItemParts)" (?GetItem@MMatchEquipedItem@@QAEPAVMMatchItem@@W4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2443	error LNK2001: unresolved external symbol "public: class MMatchGambleRewardItem const * __thiscall MMatchGambleMachine::Gamble(unsigned long)const " (?Gamble@MMatchGambleMachine@@QBEPBVMMatchGambleRewardItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2444	error LNK2001: unresolved external symbol "public: class MMatchGambleItem const * __thiscall MMatchGambleMachine::GetGambleItemByIndex(unsigned long)const " (?GetGambleItemByIndex@MMatchGambleMachine@@QBEPBVMMatchGambleItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2396	error LNK2001: unresolved external symbol "public: class MMatchGambleItem const * __thiscall MMatchGambleMachine::GetGambleItemByGambleItemID(unsigned long)const " (?GetGambleItemByGambleItemID@MMatchGambleMachine@@QBEPBVMMatchGambleItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2360	error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByUID(struct MUID const &)const " (?GetGambleItemByUID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GambleQuestItem.obj	MatchServer
    Error	2436	error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByItemID(unsigned long)const " (?GetGambleItemByItemID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2437	error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByIndex(unsigned long)const " (?GetGambleItemByIndex@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2390	error LNK2001: unresolved external symbol "public: class MMatchCharGambleItem const * __thiscall MMatchGambleItemManager::GetGambleItemByCIID(unsigned long)const " (?GetGambleItemByCIID@MMatchGambleItemManager@@QBEPBVMMatchCharGambleItem@@K@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2241	error LNK2001: unresolved external symbol "public: class MCommandParameter * __thiscall MCommand::GetParameter(int)const " (?GetParameter@MCommand@@QBEPAVMCommandParameter@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\CommandLogView.obj	MatchServer
    Error	2340	error LNK2001: unresolved external symbol "public: class MCommand * __thiscall MCommandCommunicator::CreateCommand(int,struct MUID const &)" (?CreateCommand@MCommandCommunicator@@QAEPAVMCommand@@HABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2320	error LNK2001: unresolved external symbol "public: class MAgentObject * __thiscall MMatchServer::GetAgent(struct MUID const &)" (?GetAgent@MMatchServer@@QAEPAVMAgentObject@@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2303	error LNK2001: unresolved external symbol "public: char const * __thiscall UnitTest::MemoryOutStream::GetText(void)const " (?GetText@MemoryOutStream@UnitTest@@QBEPBDXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestMMatchObjectHistory.obj	MatchServer
    Error	2440	error LNK2001: unresolved external symbol "public: bool const __thiscall MMatchGambleMachine::IsItTimeoverEventGambleItem(unsigned long,unsigned long)const " (?IsItTimeoverEventGambleItem@MMatchGambleMachine@@QBE?B_NKK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2391	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2252	error LNK2001: unresolved external symbol "public: bool __thiscall MZFileSystem::Create(char const *,char const *)" (?Create@MZFileSystem@@QAE_NPBD0@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2335	error LNK2001: unresolved external symbol "public: bool __thiscall MSafeUDP::Send(unsigned long,int,char *,unsigned long)" (?Send@MSafeUDP@@QAE_NKHPADK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2488	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchStage::CheckBanList(int)" (?CheckBanList@MMatchStage@@QAE_NH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2430	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchShop::IsSellItem(unsigned long)" (?IsSellItem@MMatchShop@@QAE_NK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2255	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchServer::OnRequestSurvivalModeGroupRanking(void)" (?OnRequestSurvivalModeGroupRanking@MMatchServer@@QAE_NXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2274	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchServer::Create(int)" (?Create@MMatchServer@@QAE_NH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2308	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchScheduleMgr::AddDynamicSchedule(class MMatchScheduleData *)" (?AddDynamicSchedule@MMatchScheduleMgr@@QAE_NPAVMMatchScheduleData@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2371	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchPremiumIPCache::CheckPremiumIP(unsigned long,bool &)" (?CheckPremiumIP@MMatchPremiumIPCache@@QAE_NKAA_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2417	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchItemMap::RemoveItem(struct MUID const &)" (?RemoveItem@MMatchItemMap@@QAE_NABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2349	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchItemDescMgr::ReadXml(char const *)" (?ReadXml@MMatchItemDescMgr@@QAE_NPBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2389	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchGambleItemManager::SetGambleItemCount(struct MUID const &,int)" (?SetGambleItemCount@MMatchGambleItemManager@@QAE_NABUMUID@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2388	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchGambleItemManager::SetGambleItemCount(int,int)" (?SetGambleItemCount@MMatchGambleItemManager@@QAE_NHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2356	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2351	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2435	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::SetItem(enum MMatchCharItemParts,struct MUID const &,class MMatchItem *)" (?SetItem@MMatchEquipedItem@@QAE_NW4MMatchCharItemParts@@ABUMUID@@PAVMMatchItem@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2386	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::IsEquipedItem(struct MUID const &,enum MMatchCharItemParts &)" (?IsEquipedItem@MMatchEquipedItem@@QAE_NABUMUID@@AAW4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2432	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchEquipedItem::IsEmpty(enum MMatchCharItemParts)" (?IsEmpty@MMatchEquipedItem@@QAE_NW4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2362	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateQuestItem(int,class MQuestItemMap &,class MQuestMonsterBible &)" (?UpdateQuestItem@MMatchDBMgr@@QAE_NHAAVMQuestItemMap@@AAVMQuestMonsterBible@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GambleQuestItem.obj	MatchServer
    Error	2455	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateEquipedItem(unsigned long,enum MMatchCharItemParts,unsigned long,unsigned long)" (?UpdateEquipedItem@MMatchDBMgr@@QAE_NKW4MMatchCharItemParts@@KK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2379	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_UpdateCharPlayInfo.obj	MatchServer
    Error	2378	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateCharLevel(int,int,int,int,int,int,bool)" (?UpdateCharLevel@MMatchDBMgr@@QAE_NHHHHHH_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_UpdateCharLevel.obj	MatchServer
    Error	2361	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateCharGambleItemCount(unsigned int,unsigned int,unsigned int)" (?UpdateCharGambleItemCount@MMatchDBMgr@@QAE_NIII@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GambleQuestItem.obj	MatchServer
    Error	2497	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::UpdateAccountPowerLevelingInfo(unsigned long,unsigned long)" (?UpdateAccountPowerLevelingInfo@MMatchDBMgr@@QAE_NKK@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2376	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::SellingSpendableItemToBounty(int,int,int,int,int,int)" (?SellingSpendableItemToBounty@MMatchDBMgr@@QAE_NHHHHHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_SellItem.obj	MatchServer
    Error	2377	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::SellingItemToBounty(int,int,int,int,int)" (?SellingItemToBounty@MMatchDBMgr@@QAE_NHHHHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_SellItem.obj	MatchServer
    Error	2375	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetLoginInfo_Netmarble(char const *,unsigned int *,unsigned int *,char *)" (?GetLoginInfo_Netmarble@MMatchDBMgr@@QAE_NPBDPAI1PAD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2368	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetLoginInfo(char const *,unsigned int *,char *)" (?GetLoginInfo@MMatchDBMgr@@QAE_NPBDPAIPAD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2454	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetCharQuestItemInfo(class MMatchCharInfo *)" (?GetCharQuestItemInfo@MMatchDBMgr@@QAE_NPAVMMatchCharInfo@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2456	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetCharItemInfo(class MMatchCharInfo *)" (?GetCharItemInfo@MMatchDBMgr@@QAE_NPAVMMatchCharInfo@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2365	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetAccountPenaltyInfo(unsigned long,class MMatchAccountPenaltyInfo *)" (?GetAccountPenaltyInfo@MMatchDBMgr@@QAE_NKPAVMMatchAccountPenaltyInfo@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2366	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::GetAccountInfo(unsigned long,struct MMatchAccountInfo *,int)" (?GetAccountInfo@MMatchDBMgr@@QAE_NKPAUMMatchAccountInfo@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2374	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2367	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::CreateAccount(char const *,char const *,int,char const *,int,int)" (?CreateAccount@MMatchDBMgr@@QAE_NPBD0H0HH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2373	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::CheckPremiumIP(char const *,bool &)" (?CheckPremiumIP@MMatchDBMgr@@QAE_NPBDAA_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_NetmarbleLogin.obj	MatchServer
    Error	2358	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GambleItem.obj	MatchServer
    Error	2359	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GambleItem.obj	MatchServer
    Error	2357	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_BuyBountyItem.obj	MatchServer
    Error	2423	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringBackAccountItemStackable(int,int,int,int)" (?BringBackAccountItemStackable@MMatchDBMgr@@QAE_NHHHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_BringBackAccountItemStackable.obj	MatchServer
    Error	2422	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchDBMgr::BringBackAccountItem(int,int,int)" (?BringBackAccountItem@MMatchDBMgr@@QAE_NHHH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_BringBackAccountItem.obj	MatchServer
    Error	2421	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_BringAccountItemStackable.obj	MatchServer
    Error	2420	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_BringAccountItem.obj	MatchServer
    Error	2354	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchConfig::Create(void)" (?Create@MMatchConfig@@QAE_NXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2458	error LNK2001: unresolved external symbol "public: bool __thiscall MMatchAccountPenaltyInfo::IsBlock(enum MPenaltyCode)" (?IsBlock@MMatchAccountPenaltyInfo@@QAE_NW4MPenaltyCode@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2297	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2337	error LNK2001: unresolved external symbol "public: bool __thiscall MCommandDesc::IsFlag(int)const " (?IsFlag@MCommandDesc@@QBE_NH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2474	error LNK2001: unresolved external symbol "public: bool __thiscall MCommand::GetParameter(void *,int,enum MCommandParameterType,int)const " (?GetParameter@MCommand@@QBE_NPAXHW4MCommandParameterType@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2314	error LNK2001: unresolved external symbol "public: bool __thiscall MCommand::AddParameter(class MCommandParameter *)" (?AddParameter@MCommand@@QAE_NPAVMCommandParameter@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2460	error LNK2001: unresolved external symbol "public: bool __thiscall MAsyncDBJob_UpdateQuestItemInfo::Input(int,class MQuestItemMap &,class MQuestMonsterBible &)" (?Input@MAsyncDBJob_UpdateQuestItemInfo@@QAE_NHAAVMQuestItemMap@@AAVMQuestMonsterBible@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2467	error LNK2001: unresolved external symbol "public: bool __thiscall MAsyncDBJob_ResetAccountHackingBlock::Input(unsigned long,unsigned char)" (?Input@MAsyncDBJob_ResetAccountHackingBlock@@QAE_NKE@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2292	error LNK2001: unresolved external symbol "public: __thiscall UnitTest::TestDetails::TestDetails(class UnitTest::TestDetails const &,int)" (??0TestDetails@UnitTest@@QAE@ABV01@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2291	error LNK2001: unresolved external symbol "public: __thiscall UnitTest::Test::Test(char const *,char const *,char const *,int)" (??0Test@UnitTest@@QAE@PBD00H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2295	error LNK2001: unresolved external symbol "public: __thiscall UnitTest::ListAdder::ListAdder(class UnitTest::TestList &,class UnitTest::Test *)" (??0ListAdder@UnitTest@@QAE@AAVTestList@1@PAVTest@1@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2254	error LNK2001: unresolved external symbol "public: __thiscall MZFileSystem::MZFileSystem(void)" (??0MZFileSystem@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServer.obj	MatchServer
    Error	2334	error LNK2001: unresolved external symbol "public: __thiscall MMatchServer::MMatchServer(void)" (??0MMatchServer@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2306	error LNK2001: unresolved external symbol "public: __thiscall MMatchScheduleData::~MMatchScheduleData(void)" (??1MMatchScheduleData@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2302	error LNK2001: unresolved external symbol "public: __thiscall MMatchObjectCommandHistory::~MMatchObjectCommandHistory(void)" (??1MMatchObjectCommandHistory@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestMMatchObjectHistory.obj	MatchServer
    Error	2499	error LNK2001: unresolved external symbol "public: __thiscall MMatchObject::MMatchObject(struct MUID const &)" (??0MMatchObject@@QAE@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2502	error LNK2001: unresolved external symbol "public: __thiscall MMatchItemMap::MMatchItemMap(void)" (??0MMatchItemMap@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchTest_Killtracker.obj	MatchServer
    Error	2507	error LNK2001: unresolved external symbol "public: __thiscall MMatchItemDesc::MMatchItemDesc(void)" (??0MMatchItemDesc@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestResourceCRC32Cache_ServerClient.obj	MatchServer
    Error	2505	error LNK2001: unresolved external symbol "public: __thiscall MMatchItemDesc::~MMatchItemDesc(void)" (??1MMatchItemDesc@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestCRC32Server.obj	MatchServer
    Error	2346	error LNK2001: unresolved external symbol "public: __thiscall MMatchEventFactoryManager::MMatchEventFactoryManager(void)" (??0MMatchEventFactoryManager@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2345	error LNK2001: unresolved external symbol "public: __thiscall MMatchEventFactoryManager::~MMatchEventFactoryManager(void)" (??1MMatchEventFactoryManager@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2364	error LNK2001: unresolved external symbol "public: __thiscall MMatchAccountPenaltyInfo::MMatchAccountPenaltyInfo(void)" (??0MMatchAccountPenaltyInfo@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2363	error LNK2001: unresolved external symbol "public: __thiscall MMatchAccountPenaltyInfo::~MMatchAccountPenaltyInfo(void)" (??1MMatchAccountPenaltyInfo@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchAsyncDBJob_GameOnLogin.obj	MatchServer
    Error	2276	error LNK2001: unresolved external symbol "public: __thiscall MMaster::MMaster(void)" (??0MMaster@@QAE@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2398	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUInt::MCommandParameterUInt(unsigned int)" (??0MCommandParameterUInt@@QAE@I@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2439	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUID::MCommandParameterUID(struct MUID const &)" (??0MCommandParameterUID@@QAE@ABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2482	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterUChar::MCommandParameterUChar(unsigned char)" (??0MCommandParameterUChar@@QAE@E@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2316	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterString::MCommandParameterString(char const *)" (??0MCommandParameterString@@QAE@PBD@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2385	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterInt::MCommandParameterInt(int)" (??0MCommandParameterInt@@QAE@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2392	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterChar::MCommandParameterChar(char)" (??0MCommandParameterChar@@QAE@D@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2336	error LNK2001: unresolved external symbol "public: __thiscall MCommandParameterBlob::MCommandParameterBlob(void const *,int)" (??0MCommandParameterBlob@@QAE@PBXH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2395	error LNK2001: unresolved external symbol "protected: void __thiscall MServer::PostSafeQueue(class MCommand *)" (?PostSafeQueue@MServer@@IAEXPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2401	error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::UpdateCharItemDBCachingData(class MMatchObject *)" (?UpdateCharItemDBCachingData@MMatchServer@@IAEXPAVMMatchObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2402	error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::UpdateCharDBCachingData(class MMatchObject *)" (?UpdateCharDBCachingData@MMatchServer@@IAEXPAVMMatchObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2492	error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::PostGameDeadOnGameKill(struct MUID &,class MMatchObject *,class MMatchObject *,int,int)" (?PostGameDeadOnGameKill@MMatchServer@@IAEXAAUMUID@@PAVMMatchObject@@1HH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2322	error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::OnCharClear(struct MUID const &)" (?OnCharClear@MMatchServer@@IAEXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2494	error LNK2001: unresolved external symbol "protected: void __thiscall MMatchServer::CalcExpOnGameKill(class MMatchStage *,class MMatchObject *,class MMatchObject *,int *,int *)" (?CalcExpOnGameKill@MMatchServer@@IAEXPAVMMatchStage@@PAVMMatchObject@@1PAH2@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2273	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::SendCommand(class MCommand *)" (?SendCommand@MServer@@MAEXPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2271	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnRun(void)" (?OnRun@MServer@@MAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2272	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnPrepareRun(void)" (?OnPrepareRun@MServer@@MAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2269	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnNetPong(struct MUID const &,unsigned int)" (?OnNetPong@MServer@@MAEXABUMUID@@I@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2270	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MServer::OnNetClear(struct MUID const &)" (?OnNetClear@MServer@@MAEXABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2328	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnRun(void)" (?OnRun@MMatchServer@@MAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2329	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnRegisterCommand(class MCommandManager *)" (?OnRegisterCommand@MMatchServer@@MAEXPAVMCommandManager@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2327	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnPrepareRun(void)" (?OnPrepareRun@MMatchServer@@MAEXXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2324	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnNetPong(struct MUID const &,unsigned int)" (?OnNetPong@MMatchServer@@MAEXABUMUID@@I@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2323	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMatchServer::OnHShieldPong(struct MUID const &,unsigned int)" (?OnHShieldPong@MMatchServer@@MAEXABUMUID@@I@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2278	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MMaster::OnRegisterCommand(class MCommandManager *)" (?OnRegisterCommand@MMaster@@MAEXPAVMCommandManager@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2287	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MCommandCommunicator::ReceiveCommand(class MCommand *)" (?ReceiveCommand@MCommandCommunicator@@MAEXPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2286	error LNK2001: unresolved external symbol "protected: virtual void __thiscall MCommandCommunicator::OnPrepareCommand(class MCommand *)" (?OnPrepareCommand@MCommandCommunicator@@MAEXPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2280	error LNK2001: unresolved external symbol "protected: virtual struct MUID __thiscall MMaster::UseUID(void)" (?UseUID@MMaster@@MAE?AUMUID@@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2325	error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMatchServer::OnConnected(struct MUID *,struct MUID *,unsigned int,class MCommObject *)" (?OnConnected@MMatchServer@@MAEHPAUMUID@@0IPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2326	error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMatchServer::Connect(class MCommObject *)" (?Connect@MMatchServer@@MAEHPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2279	error LNK2001: unresolved external symbol "protected: virtual int __thiscall MMaster::OnAccept(class MCommObject *)" (?OnAccept@MMaster@@MAEHPAVMCommObject@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2330	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMatchServer::OnCreate(void)" (?OnCreate@MMatchServer@@MAE_NXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2477	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMatchServer::OnCommand(class MCommand *)" (?OnCommand@MMatchServer@@MAE_NPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2277	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall MMaster::OnCommand(class MCommand *)" (?OnCommand@MMaster@@MAE_NPAVMCommand@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MatchServerDoc.obj	MatchServer
    Error	2384	error LNK2001: unresolved external symbol "protected: static struct MUID MMatchItemMap::m_uidGenerate" (?m_uidGenerate@MMatchItemMap@@1UMUID@@A)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2419	error LNK2001: unresolved external symbol "protected: static class MCriticalSection MMatchItemMap::m_csUIDGenerateLock" (?m_csUIDGenerateLock@MMatchItemMap@@1VMCriticalSection@@A)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2493	error LNK2001: unresolved external symbol "protected: int const __thiscall MMatchServer::CalcBPonGameKill(class MMatchStage *,class MMatchObject *,int,int)" (?CalcBPonGameKill@MMatchServer@@IAE?BHPAVMMatchStage@@PAVMMatchObject@@HH@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2446	error LNK2001: unresolved external symbol "protected: int __thiscall MMatchServer::ValidateEquipItem(class MMatchObject *,class MMatchItem *,enum MMatchCharItemParts)" (?ValidateEquipItem@MMatchServer@@IAEHPAVMMatchObject@@PAVMMatchItem@@W4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2481	error LNK2001: unresolved external symbol "protected: int __thiscall MMatchServer::ObjectAdd(struct MUID const &)" (?ObjectAdd@MMatchServer@@IAEHABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2408	error LNK2001: unresolved external symbol "protected: class MCommand * __thiscall MMatchServer::CreateCmdMatchResponseLoginFailed(struct MUID const &,int)" (?CreateCmdMatchResponseLoginFailed@MMatchServer@@IAEPAVMCommand@@ABUMUID@@H@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2495	error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::StageJoin(struct MUID const &,struct MUID const &)" (?StageJoin@MMatchServer@@IAE_NABUMUID@@0@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2449	error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::IsEquipmentTypeItem(struct MMatchItemDesc const *)" (?IsEquipmentTypeItem@MMatchServer@@IAE_NPBUMMatchItemDesc@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2476	error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::InitGambleMachine(void)" (?InitGambleMachine@MMatchServer@@IAE_NXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2464	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2407	error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::CharInitialize(struct MUID const &)" (?CharInitialize@MMatchServer@@IAE_NABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2406	error LNK2001: unresolved external symbol "protected: bool __thiscall MMatchServer::CharFinalize(struct MUID const &)" (?CharFinalize@MMatchServer@@IAE_NABUMUID@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2409	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\OnProcessAsyncJob.obj	MatchServer
    Error	2309	error LNK2001: unresolved external symbol "private: static unsigned short MMatchEventFactoryManager::m_LoadEventSize" (?m_LoadEventSize@MMatchEventFactoryManager@@0GA)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2486	error LNK2001: unresolved external symbol "private: static unsigned long * MMatchFormula::m_nNeedExp" (?m_nNeedExp@MMatchFormula@@0PAKA)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Stage.obj	MatchServer
    Error	2355	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServerConfigReloader.obj	MatchServer
    Error	2451	error LNK2001: unresolved external symbol "int const __cdecl CalculateRentItemSellBounty(int,int,int,bool)" (?CalculateRentItemSellBounty@@YA?BHHHH_N@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2315	error LNK2001: unresolved external symbol "int __cdecl MGetBlobArraySize(void *)" (?MGetBlobArraySize@@YAHPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2471	error LNK2001: unresolved external symbol "int __cdecl MGetBlobArrayCount(void *)" (?MGetBlobArrayCount@@YAHPAX@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_OnCommand.obj	MatchServer
    Error	2294	error LNK2001: unresolved external symbol "class UnitTest::TestResults * & __cdecl UnitTest::CurrentTest::Results(void)" (?Results@CurrentTest@UnitTest@@YAAAPAVTestResults@2@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2293	error LNK2001: unresolved external symbol "class UnitTest::TestDetails const * & __cdecl UnitTest::CurrentTest::Details(void)" (?Details@CurrentTest@UnitTest@@YAAAPBVTestDetails@2@XZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\TestConnectHistory.obj	MatchServer
    Error	2311	error LNK2001: unresolved external symbol "char __cdecl GetMaxDay(void)" (?GetMaxDay@@YADXZ)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer.obj	MatchServer
    Error	2445	error LNK2001: unresolved external symbol "bool __cdecl IsSuitableItemSlot(enum MMatchItemSlotType,enum MMatchCharItemParts)" (?IsSuitableItemSlot@@YA_NW4MMatchItemSlotType@@W4MMatchCharItemParts@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Item.obj	MatchServer
    Error	2462	error LNK2001: unresolved external symbol "bool __cdecl IsExpiredBlockEndTime(struct _SYSTEMTIME const &)" (?IsExpiredBlockEndTime@@YA_NABU_SYSTEMTIME@@@Z)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_Login.obj	MatchServer
    Error	2483	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)	C:\Users\Anju\Documents\GunZ\Source\MatchServer\MBMatchServer_ServerKeeper.obj	MatchServer
    Error	2510	error LNK1120: 270 unresolved externals	C:\Users\Anju\Documents\GunZ\Source\MatchServer\Runtime\MatchServer.exe	MatchServer
    These are the main errors I'm getting when I'm building in Visual Studio 2012. When I had Visual Studio 2010, it builds without these errors. I have not clue what I am doing wrong.


  2. #2
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    Re: MatchAgent and MatchServer Build Errors

    Hey, Anju.

    Those are problems in the libraries of your VS. Have you tried to install the 2003 version to compile? Generally it does not present this type of error.

    As for VS 2012 I can not help, since I only use the 2003 to 2010 and always compiled without problems.

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: MatchAgent and MatchServer Build Errors

    Thanks to a friend of mine, he fixed the problem with my MatchAgent.

    If you can't help with VS2012, don't bother posting ffs.

  4. #4
    Enthusiast LightRaven is offline
    MemberRank
    May 2011 Join Date
    31Posts

    Re: MatchAgent and MatchServer Build Errors

    I have the same problems, if can you tell me how you solve this I appreciate it.
    I'm migrating from 2k3 to 2k12 and I froze at this.

    7>CSCommonE.lib(MMatchServer.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z) referenced in function "bool __cdecl CheckItemXML_ReadXML(class std::map<unsigned long,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<unsigned long>,class std::allocator<struct std::pair<unsigned long const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &,char const *)" (?CheckItemXML_ReadXML@@YA_NAAV?$map@KV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@K@2@V?$allocator@U?$pair@$$CBKV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@2@@std@@PBD@Z)
    7>CSCommonE.lib(MMatchItem.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z)
    7>CSCommonE.lib(MMatchBuff.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl __CXRDecrypt(char const *)" (?__CXRDecrypt@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z)
    7>Runtime\MatchAgent.exe : fatal error LNK1120: 1 unresolved externals

  5. #5
    Enthusiast bhr is offline
    MemberRank
    Oct 2013 Join Date
    44Posts

    Re: MatchAgent and MatchServer Build Errors

    try rebuild.

  6. #6
    Enthusiast LightRaven is offline
    MemberRank
    May 2011 Join Date
    31Posts

    Re: MatchAgent and MatchServer Build Errors

    The errors persist.

    The solution was the put the CSCommon's project on profile of BRZ_release_publish and rebuild it.



Advertisement