Hi, i have some problems with LNK 2019, help please :c
Loggin Server
Spoiler:LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
DPLoginSrvr.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ) referenced in function "public: virtual void __thiscall CDPLoginSrvr::SysMessageHandler(struct DPMSG_GENERIC *,unsigned long,unsigned long)" (?SysMessageHandler@CDPLoginSrvr@@UAEXPAUDPMSG_GENERIC@@KK@Z)
User.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ)
DPLoginSrvr.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::CheckAuthAnswer(void)" (?CheckAuthAnswer@CCSAuth2@@QAEIXZ) referenced in function "private: void __thiscall CDPLoginSrvr::OnAuthQuery(class CAr &,unsigned long)" (?OnAuthQuery@CDPLoginSrvr@@AAEXAAVCAr@@K@Z)
.\..\..\Output\LoginServer\Debug/LoginServer.exe : fatal error LNK1120: 2 unresolved externals
WorldServer
Spoiler:DPCoreClient.obj : error LNK2019: unresolved external symbol "public: class CColosseumMatch * __thiscall CColosseumMng::GetMatchByParty(class CParty *)" (?GetMatchByParty@CColosseumMng@@QAEPAVCColosseumMatch@@PAVCParty@@@Z) referenced in function "private: void __thiscall CDPCoreClient::OnAddPartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnAddPartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
DPSrvr.obj : error LNK2001: unresolved external symbol "public: class CColosseumMatch * __thiscall CColosseumMng::GetMatchByParty(class CParty *)" (?GetMatchByParty@CColosseumMng@@QAEPAVCColosseumMatch@@PAVCParty@@@Z)
Project.obj : error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
mover.obj : error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
DPCoreClient.obj : error LNK2019: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ) referenced in function "private: void __thiscall CDPCoreClient::OnAddPartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnAddPartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
DPSrvr.obj : error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
ThreadMng.obj : error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
party.obj : error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
DPCoreClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::KickUser(unsigned long)" (?KickUser@CColosseumMatch@@QAEXK@Z) referenced in function "private: void __thiscall CDPCoreClient::OnRemovePartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnRemovePartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "public: int __thiscall CColosseumMng::CreateNewMatch(class CUser *,unsigned char,unsigned char)" (?CreateNewMatch@CColosseumMng@@QAEHPAVCUser@@EE@Z) referenced in function "public: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@QAEXAAVCAr@@KKPAEK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::EnterRoom(class CUser *)" (?EnterRoom@CColosseumMatch@@QAEXPAVCUser@@@Z) referenced in function "public: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@QAEXAAVCAr@@KKPAEK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::EndWaitTime(void)" (?EndWaitTime@CColosseumMatch@@QAEXXZ) referenced in function "public: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@QAEXAAVCAr@@KKPAEK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "public: int __thiscall CLinkedItemMgr::AddLinkedItem(class CItemElem *)" (?AddLinkedItem@CLinkedItemMgr@@QAEHPAVCItemElem@@@Z) referenced in function "private: void __thiscall CDPSrvr::OnLinkedItem(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnLinkedItem@CDPSrvr@@AAEXAAVCAr@@KKPAEK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "public: class CItemElem * __thiscall CLinkedItemMgr::GetLinkedItem(unsigned long)" (?GetLinkedItem@CLinkedItemMgr@@QAEPAVCItemElem@@K@Z) referenced in function "private: void __thiscall CDPSrvr::OnLinkedItem(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnLinkedItem@CDPSrvr@@AAEXAAVCAr@@KKPAEK@Z)
DPSrvr.obj : error LNK2019: unresolved external symbol "private: void __thiscall CDPSrvr::OnMadrigalGiftByAPP(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnMadrigalGiftByAPP@CDPSrvr@@AAEXAAVCAr@@KKPAEK@Z) referenced in function "public: __thiscall CDPSrvr::CDPSrvr(void)" (??0CDPSrvr@@QAE@XZ)
ThreadMng.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMng::Process(void)" (?Process@CColosseumMng@@QAEXXZ) referenced in function "public: void __thiscall CRunObject::Run(void)" (?Run@CRunObject@@QAEXXZ)
User.obj : error LNK2019: unresolved external symbol "public: void __thiscall CProject::SerializeExp(class CAr &)" (?SerializeExp@CProject@@QAEXAAVCAr@@@Z) referenced in function "public: void __thiscall CUser::AddMadrigalGiftExp(void)" (?AddMadrigalGiftExp@CUser@@QAEXXZ)
User.obj : error LNK2019: unresolved external symbol "public: void __thiscall CProject::ComputeMadrigalGift(class CUser *)" (?ComputeMadrigalGift@CProject@@QAEXPAVCUser@@@Z) referenced in function "public: virtual void __thiscall CUser::Process(void)" (?Process@CUser@@UAEXXZ)
FuncTextCmd.obj : error LNK2001: unresolved external symbol "public: void __thiscall CProject::ComputeMadrigalGift(class CUser *)" (?ComputeMadrigalGift@CProject@@QAEXPAVCUser@@@Z)
party.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMng::DestroyMatch(unsigned long)" (?DestroyMatch@CColosseumMng@@QAEXK@Z) referenced in function "public: int __thiscall CPartyMng::DeleteParty(unsigned long)" (?DeleteParty@CPartyMng@@QAEHK@Z)
Project.obj : error LNK2019: unresolved external symbol "public: int __thiscall CColosseumMng::LoadScript(void)" (?LoadScript@CColosseumMng@@QAEHXZ) referenced in function "public: int __thiscall CProject::OpenProject(char const *)" (?OpenProject@CProject@@QAEHPBD@Z)
Project.obj : error LNK2019: unresolved external symbol "public: int __thiscall CProject::LoadMadrigalGift(void)" (?LoadMadrigalGift@CProject@@QAEHXZ) referenced in function "public: int __thiscall CProject::OpenProject(char const *)" (?OpenProject@CProject@@QAEHPBD@Z)
mover.obj : error LNK2019: unresolved external symbol "public: unsigned long __thiscall CProject::AddMadrigalGiftExp(class CUser *,unsigned long)" (?AddMadrigalGiftExp@CProject@@QAEKPAVCUser@@K@Z) referenced in function "public: void __thiscall CMover::AddMadrigalGiftExp(unsigned long)" (?AddMadrigalGiftExp@CMover@@QAEXK@Z)
mover.obj : error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::DestroyMover(void)" (?DestroyMover@CColosseumMatch@@QAEXXZ) referenced in function "public: int __thiscall CMover::DoDie(class CCtrl *,unsigned long)" (?DoDie@CMover@@QAEHPAVCCtrl@@K@Z)
mover.obj : error LNK2019: unresolved external symbol "public: class CColosseumMatch * __thiscall CColosseumMng::GetMatchByMoverID(unsigned long)" (?GetMatchByMoverID@CColosseumMng@@QAEPAVCColosseumMatch@@K@Z) referenced in function "public: int __thiscall CMover::DoDie(class CCtrl *,unsigned long)" (?DoDie@CMover@@QAEHPAVCCtrl@@K@Z)
Obj.obj : error LNK2019: unresolved external symbol "public: __thiscall CAIAggro::CAIAggro(class CObj *,unsigned long)" (??0CAIAggro@@QAE@PAVCObj@@K@Z) referenced in function "public: void __thiscall CObj::SetAIInterface(unsigned long,unsigned long)" (?SetAIInterface@CObj@@QAEXKK@Z)
.\..\..\Output\WorldServer\Release/WorldServer.exe : fatal error LNK1120: 19 unresolved externals
Neuz
Spoiler:DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CDPClient::OnMadrigalGiftSetExp(class CAr &)" (?OnMadrigalGiftSetExp@CDPClient@@QAEXAAVCAr@@@Z) referenced in function "private: void __thiscall CDPClient::OnSnapshot(class CAr &)" (?OnSnapshot@CDPClient@@AAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CDPClient::OnMadrigalGiftExp(class CAr &)" (?OnMadrigalGiftExp@CDPClient@@QAEXAAVCAr@@@Z) referenced in function "private: void __thiscall CDPClient::OnSnapshot(class CAr &)" (?OnSnapshot@CDPClient@@AAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CDPClient::OnMadrigalGiftRank(class CAr &)" (?OnMadrigalGiftRank@CDPClient@@QAEXAAVCAr@@@Z) referenced in function "private: void __thiscall CDPClient::OnSnapshot(class CAr &)" (?OnSnapshot@CDPClient@@AAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndElldinPotionConfirm::SetItem(class CItemElem *)" (?SetItem@CWndElldinPotionConfirm@@QAEXPAVCItemElem@@@Z) referenced in function "public: void __thiscall CDPClient::SendDoUseItem(unsigned long,unsigned long,int,int)" (?SendDoUseItem@CDPClient@@QAEXKKHH@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndConfirm::SetText(int)" (?SetText@CWndConfirm@@QAEXH@Z) referenced in function "public: void __thiscall CDPClient::SendDoUseItem(unsigned long,unsigned long,int,int)" (?SendDoUseItem@CDPClient@@QAEXKKHH@Z)
DPClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWndConfirm::Initialize(class CWndBase *,unsigned long)" (?Initialize@CWndConfirm@@UAEHPAVCWndBase@@K@Z)
DPClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWndElldinPotionConfirm::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndElldinPotionConfirm@@UAEHIIPAJ@Z)
DPClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CWndConfirm::OnInitialUpdate(void)" (?OnInitialUpdate@CWndConfirm@@UAEXXZ)
DPClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWndConfirm::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndConfirm@@UAEHIIPAJ@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumMassage::CWndColosseumMassage(void)" (??0CWndColosseumMassage@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEnter(class CAr &)" (?OnColosseumEnter@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStart::CWndColosseumStart(void)" (??0CWndColosseumStart@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumStart(class CAr &)" (?OnColosseumStart@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStartReady1::CWndColosseumStartReady1(void)" (??0CWndColosseumStartReady1@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumReady1(class CAr &)" (?OnColosseumReady1@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumStartReady2::CWndColosseumStartReady2(void)" (??0CWndColosseumStartReady2@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumReady2(class CAr &)" (?OnColosseumReady2@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumRetry::CWndColosseumRetry(void)" (??0CWndColosseumRetry@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEndMatch(class CAr &)" (?OnColosseumEndMatch@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumComplete::CWndColosseumComplete(void)" (??0CWndColosseumComplete@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEndMatch(class CAr &)" (?OnColosseumEndMatch@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndFlyCoupon::Serialize(class CAr &)" (?Serialize@CWndFlyCoupon@@QAEXAAVCAr@@@Z) referenced in function "public: void __thiscall CDPClient::OnGetCoupnList(class CAr &)" (?OnGetCoupnList@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndFlyCoupon::CWndFlyCoupon(void)" (??0CWndFlyCoupon@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnGetCoupnList(class CAr &)" (?OnGetCoupnList@CDPClient@@QAEXAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndPartyFinder::RefreshItemList(void)" (?RefreshItemList@CWndPartyFinder@@QAEXXZ) referenced in function "public: void __thiscall CDPClient::OnRefreshPartyList(class CAr &)" (?OnRefreshPartyList@CDPClient@@QAEXAAVCAr@@@Z)
Neuz.obj : error LNK2019: unresolved external symbol "public: void __thiscall CMapInformationManager::DeleteAllMapInformation(void)" (?DeleteAllMapInformation@CMapInformationManager@@QAEXXZ) referenced in function "public: virtual long __thiscall CNeuzApp::MsgProc(struct HWND__ *,unsigned int,unsigned int,long)" (?MsgProc@CNeuzApp@@UAEJPAUHWND__@@IIJ@Z)
FuncApplet.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndMadrigalGiftPoint::CWndMadrigalGiftPoint(void)" (??0CWndMadrigalGiftPoint@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_WndMadrigalGift(void)" (?AppMain_WndMadrigalGift@@YAPAVCWndBase@@XZ)
FuncApplet.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndPartyFinder::CWndPartyFinder(void)" (??0CWndPartyFinder@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_PartyFinder(void)" (?AppMain_PartyFinder@@YAPAVCWndBase@@XZ)
FuncApplet.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndCrafting::CWndCrafting(void)" (??0CWndCrafting@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_WndCrafting(void)" (?AppMain_WndCrafting@@YAPAVCWndBase@@XZ)
FuncApplet.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndMapEx::CWndMapEx(void)" (??0CWndMapEx@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_WndMap(void)" (?AppMain_WndMap@@YAPAVCWndBase@@XZ)
FuncApplet.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndElldinPotion::CWndElldinPotion(void)" (??0CWndElldinPotion@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_WndElldinPotion(void)" (?AppMain_WndElldinPotion@@YAPAVCWndBase@@XZ)
FuncTextCmd.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndChattingBlockingList::UpdateInformation(void)" (?UpdateInformation@CWndChattingBlockingList@@QAEXXZ) referenced in function "int __cdecl TextCmd_BlockUser(class CScanner &)" (?TextCmd_BlockUser@@YAHAAVCScanner@@@Z)
FuncTextCmd.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndChattingBlockingList::CWndChattingBlockingList(void)" (??0CWndChattingBlockingList@@QAE@XZ) referenced in function "int __cdecl TextCmd_IgnoreList(class CScanner &)" (?TextCmd_IgnoreList@@YAHAAVCScanner@@@Z)
WndQuest.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z) referenced in function "void __cdecl ProcessQuestDestinationWorldMap(unsigned long)" (?ProcessQuestDestinationWorldMap@@YAXK@Z)
WndWorld.obj : error LNK2001: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z)
WndWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndWeaponMergeCancel::CWndWeaponMergeCancel(void)" (??0CWndWeaponMergeCancel@@QAE@XZ) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
WndWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndWeaponMerge::CWndWeaponMerge(void)" (??0CWndWeaponMerge@@QAE@XZ) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
WndWorld.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWndMapEx::InitializeTeleportationInformation(class CMover * const)" (?InitializeTeleportationInformation@CWndMapEx@@QAEXQAVCMover@@@Z) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
WndWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumEnter::CWndColosseumEnter(void)" (??0CWndColosseumEnter@@QAE@XZ) referenced in function "public: virtual int __thiscall CWndWorld::OnCommand(unsigned int,unsigned long,class CWndBase *)" (?OnCommand@CWndWorld@@UAEHIKPAVCWndBase@@@Z)
WndField.obj : error LNK2019: unresolved external symbol "public: int __thiscall CWndWeaponMergeCancel::SetItem(class CItemElem *)" (?SetItem@CWndWeaponMergeCancel@@QAEHPAVCItemElem@@@Z) referenced in function "public: virtual int __thiscall CWndInventory::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndInventory@@UAEHIIPAJ@Z)
WndField.obj : error LNK2019: unresolved external symbol "public: int __thiscall CWndWeaponMerge::SetItem(class CItemElem *,short)" (?SetItem@CWndWeaponMerge@@QAEHPAVCItemElem@@F@Z) referenced in function "public: virtual int __thiscall CWndInventory::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndInventory@@UAEHIIPAJ@Z)
WndField.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CWndElldinPotion::SetItem(class CItemElem *,short)" (?SetItem@CWndElldinPotion@@QAE_NPAVCItemElem@@F@Z) referenced in function "public: virtual int __thiscall CWndInventory::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndInventory@@UAEHIIPAJ@Z)
WndField.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndMailRequestingBox::CWndMailRequestingBox(void)" (??0CWndMailRequestingBox@@QAE@XZ) referenced in function "public: virtual void __thiscall CWndPost::OnInitialUpdate(void)" (?OnInitialUpdate@CWndPost@@UAEXXZ)
Project.obj : error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::~CMapInformationManager(void)" (??1CMapInformationManager@@QAE@XZ) referenced in function "public: virtual __thiscall CProject::~CProject(void)" (??1CProject@@UAE@XZ)
Project.obj : error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::CMapInformationManager(void)" (??0CMapInformationManager@@QAE@XZ) referenced in function "public: __thiscall CProject::CProject(void)" (??0CProject@@QAE@XZ)
Project.obj : error LNK2019: unresolved external symbol "public: int __thiscall CMapInformationManager::LoadMapInformationData(void)" (?LoadMapInformationData@CMapInformationManager@@QAEHXZ) referenced in function "public: int __thiscall CProject::OpenProject(char const *)" (?OpenProject@CProject@@QAEHPBD@Z)
MoverParam.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndJobChangeEx::CWndJobChangeEx(void)" (??0CWndJobChangeEx@@QAE@XZ) referenced in function "public: int __thiscall CMover::SetExperience(__int64,int)" (?SetExperience@CMover@@QAEH_JH@Z)
World.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndMonsterInformation::CWndMonsterInformation(class CMover *)" (??0CWndMonsterInformation@@QAE@PAVCMover@@@Z) referenced in function "public: void __thiscall CWorld::SetObjFocus(class CObj *,int)" (?SetObjFocus@CWorld@@QAEXPAVCObj@@H@Z)
.\..\..\Output\Neuz\NoGameguard/Neuz.exe : fatal error LNK1120: 40 unresolved externals







