[Help] Compiling Problems (With Screenshots)
I was trying to compile the Source from the GOH Files then I encountered this at the first place..
http://i50.tinypic.com/n2ijb6.jpg
Then the second situation would be the errors from the task list, especially Neuz and 2 other files.
http://i49.tinypic.com/23ab60.jpg
Then saw the result that has 5 succeeded, 3 failed, 0 skipped
http://i49.tinypic.com/fy1g1h.jpg
Any suggestions and help there guys?
Re: [Help] Compiling Problems (With Screenshots)
yes you are running it in debug instead of release or no-gg
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
raventh1984
yes you are running it in debug instead of release or no-gg
Same error on No-Gameguard/Release option
Re: [Help] Compiling Problems (With Screenshots)
For the first error, open all.sln instead of all.dsw
If you have still errors after that find out where the error is located and try to fix the codes.
Re: [Help] Compiling Problems (With Screenshots)
just like xWorld say, and els just klick on "yes to all" and also show us the error log! mybe thare is just something rong in source ;)
Re: [Help] Compiling Problems (With Screenshots)
Your XP theme has a vague pink color.
Unresolved externals are quite annoying errors, but just make sure you have everything defined in the correct files.
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
Gravious
Your XP theme has a vague pink color.
OMFG I like the pink color :blushing:
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
xWorld
For the first error, open all.sln instead of all.dsw
If you have still errors after that find out where the error is located and try to fix the codes.
Okay, I'll update you up with that.
Quote:
Originally Posted by
arnootie
just like xWorld say, and els just klick on "yes to all" and also show us the error log! mybe thare is just something rong in source ;)
Yes to all? That's what I did.
Quote:
Originally Posted by
Gravious
Your XP theme has a vague pink color.
Unresolved externals are quite annoying errors, but just make sure you have everything defined in the correct files.
Maybe it's because of the screenshot from TeamViewer.
Re: [Help] Compiling Problems (With Screenshots)
Code:
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz error LNK2001: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::CMapInformationManager(void)" (??0CMapInformationManager@@QAE@XZ) referenced in function "public: __thiscall CProject::CProject(void)" (??0CProject@@QAE@XZ)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz fatal error LNK1120: 17 unresolved externals
LoginServer 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)
LoginServer 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)
LoginServer error LNK2001: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ)
LoginServer fatal error LNK1120: 2 unresolved externals
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1404): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1479): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1480): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1489): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1603): warning C4018: '>=' : signed/unsigned mismatch
WorldServer 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)
WorldServer 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::OnRemovePartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnRemovePartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
WorldServer error LNK2001: unresolved external symbol "public: class CColosseumMatch * __thiscall CColosseumMng::GetMatchByParty(class CParty *)" (?GetMatchByParty@CColosseumMng@@QAEPAVCColosseumMatch@@PAVCParty@@@Z)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2019: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ) referenced in function "private: void __thiscall CDPCoreClient::OnRemovePartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnRemovePartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer error LNK2019: unresolved external symbol "public: __thiscall CAIAggroNormal::CAIAggroNormal(class CObj *)" (??0CAIAggroNormal@@QAE@PAVCObj@@@Z) referenced in function "public: void __thiscall CObj::SetAIInterface(unsigned long,unsigned long)" (?SetAIInterface@CObj@@QAEXKK@Z)
WorldServer 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)
WorldServer 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)
WorldServer fatal error LNK1120: 12 unresolved externals
these are the Errors guys..
Re: [Help] Compiling Problems (With Screenshots)
Are you sure you opened All.sln and compiled to source in release or no-gg?
If you did that right, go check your colloseum and map system. It's not everything but it will point you in the good direction.
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
xWorld
Are you sure you opened All.sln and compiled to source in release or no-gg?
If you did that right, go check your colloseum and map system. It's not everything but it will point you in the good direction.
100% all.sln dude and was compiling them at release/no-gg mode. I never encountered this kind of problem before since I formatted my computer.
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
Levixavier
Code:
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz error LNK2001: unresolved external symbol "public: void __thiscall CWndMapEx::SetConstructionMode(enum CWndMapEx::ConstructionMode)" (?SetConstructionMode@CWndMapEx@@QAEXW4ConstructionMode@1@@Z)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::CMapInformationManager(void)" (??0CMapInformationManager@@QAE@XZ) referenced in function "public: __thiscall CProject::CProject(void)" (??0CProject@@QAE@XZ)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz 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)
Neuz fatal error LNK1120: 17 unresolved externals
LoginServer 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)
LoginServer 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)
LoginServer error LNK2001: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ)
LoginServer fatal error LNK1120: 2 unresolved externals
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1404): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1479): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1480): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1489): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Documents and Settings\XPMUser\Desktop\Source\Official Source\WORLDSERVER\ItemUpgrade.cpp(1603): warning C4018: '>=' : signed/unsigned mismatch
WorldServer 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)
WorldServer 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::OnRemovePartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnRemovePartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
WorldServer error LNK2001: unresolved external symbol "public: class CColosseumMatch * __thiscall CColosseumMng::GetMatchByParty(class CParty *)" (?GetMatchByParty@CColosseumMng@@QAEPAVCColosseumMatch@@PAVCParty@@@Z)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2019: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ) referenced in function "private: void __thiscall CDPCoreClient::OnRemovePartyMember(class CAr &,unsigned long,unsigned long,unsigned long)" (?OnRemovePartyMember@CDPCoreClient@@AAEXAAVCAr@@KKK@Z)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer error LNK2001: unresolved external symbol "public: static class CColosseumMng * __cdecl CColosseumMng::GetInstance(void)" (?GetInstance@CColosseumMng@@SAPAV1@XZ)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer 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)
WorldServer error LNK2019: unresolved external symbol "public: __thiscall CAIAggroNormal::CAIAggroNormal(class CObj *)" (??0CAIAggroNormal@@QAE@PAVCObj@@@Z) referenced in function "public: void __thiscall CObj::SetAIInterface(unsigned long,unsigned long)" (?SetAIInterface@CObj@@QAEXKK@Z)
WorldServer 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)
WorldServer 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)
WorldServer fatal error LNK1120: 12 unresolved externals
Thank you for posting this thread, I do have the same accurate problem as you are.
Re: [Help] Compiling Problems (With Screenshots)
Oke try this open VS 2003
Right click on AccountServer
Check if these settings are correct
1st. Screenshot by Lightshot
2nd. Screenshot by Lightshot
3rd. Screenshot by Lightshot
I had this problem also but with an different source.
This was my solution
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
raventh1984
I appreciate your effort. Thank you, I'll try this!
Re: [Help] Compiling Problems (With Screenshots)
Quote:
Originally Posted by
Levixavier
I appreciate your effort. Thank you, I'll try this!
I'll try this too! :thumbup: