Visual Studio 2003

01/19/2012 21:01 .Cookiee#1
Hallo Leute, ich habe eben mal wieder was mit dem Source von Virtousausprobiert.Ich benutze Visual Studio 2003 .

Folgender Error kommt beim Rebuild;

Code:
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\Neuz\VersionCommon.h(504): warning C4005: 'NO_GAMEGUARD' : macro redefinition
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 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 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 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 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:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1181): warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1198): warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1307): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1382): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1383): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1392): warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1506): warning C4018: '>=' : signed/unsigned mismatch
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\ItemUpgrade.cpp(1752): warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
c:\Dokumente und Einstellungen\user\Desktop\Source\Virtuos_v17\Build\Program\WORLDSERVER\DPSrvr.cpp(7303): 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 "private: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@AAEXAAVCAr@@KKPAEK@Z)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::EnterRoom(class CUser *)" (?EnterRoom@CColosseumMatch@@QAEXPAVCUser@@@Z) referenced in function "private: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@AAEXAAVCAr@@KKPAEK@Z)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CColosseumMatch::EndWaitTime(void)" (?EndWaitTime@CColosseumMatch@@QAEXXZ) referenced in function "private: void __thiscall CDPSrvr::OnColosseum(class CAr &,unsigned long,unsigned long,unsigned char *,unsigned long)" (?OnColosseum@CDPSrvr@@AAEXAAVCAr@@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 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 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 fatal error LNK1120: 12 unresolved externals
01/19/2012 21:07 .Tear#2
*Joda Mode*
Jede menge dateien zu verschiedenen Projekten hinzufuegen du musst..

Gepostet das hier öfters schon ist..
01/19/2012 21:10 .Cookiee#3
Quote:
Originally Posted by .Tear View Post
*Joda Mode*
Jede menge dateien zu verschiedenen Projekten hinzufuegen du musst..

Gepostet das hier öfters schon ist..
Sorry .Tear,
aber kannst du dich vieleicht ein bisschen deutlicher ausdrücken ?
01/19/2012 21:17 Lumi#4
Welche Änderungen hast du vorgenommen ?
01/19/2012 21:27 .Cookiee#5
Quote:
Originally Posted by Lumi' View Post
Welche Änderungen hast du vorgenommen ?
Ich habe keine Änderung
01/19/2012 21:28 .Tear#6
Füg einfach sowas wie die Colosseum.cpp und .h dem WS-Projekt hinzu -.-
01/19/2012 21:31 .Cookiee#7
Quote:
Originally Posted by .Tear View Post
Füg einfach sowas wie die Colosseum.cpp und .h dem WS-Projekt hinzu -.-
Dann gib mir die :)
Ist der Roc Source.
01/19/2012 21:39 .Tear#8
Die sind in der RoC Source .____.
01/19/2012 21:42 .Cookiee#9
Quote:
Originally Posted by .Tear View Post
Die sind in der RoC Source .____.
Egal,ich gehe jetzt gleich schlafen, weil ich muss morgen wieder Schule.
Ich werde Morgen weiter schauen, aber danke.
01/19/2012 22:08 Lumi#10
In dem RoC Ordner müsste die Colo dateien drin sein.
Füge es dem Projekt zu und Rebuild nochmal.
Sollte Errors kommen, poste es uns dann hier. ;)
Dann werden wir schauen welche noch Übrig bleibt.
01/20/2012 09:53 Yasunai#11
Mensch, wenn du eh nichts gemacht hast,
dann entpack ihn doch einfach,
wieso verstehen die Leute es nicht.
Wenn es dann immernoch nicht geht,
dann hast du falsche Settings.
01/20/2012 10:08 マリブ#12
Quote:
Originally Posted by Yasunai View Post
Mensch, wenn du eh nichts gemacht hast,
dann entpack ihn doch einfach,
wieso verstehen die Leute es nicht.
Wenn es dann immernoch nicht geht,
dann hast du falsche Settings.
Bist auch nicht viel besser :facepalm:

@Topic
Überprüf nochmal deine Includes.
01/20/2012 13:28 Lumi#13
Erstmal beide Reported..
Streitet euch bitte woanderst. ;)
Wir sind hier nicht im Flame War.

Wart doch einfach mal ab was der TE sagt...
01/20/2012 13:52 .Cookiee#14
Quote:
Originally Posted by Lumi' View Post
In dem RoC Ordner müsste die Colo dateien drin sein.
Füge es dem Projekt zu und Rebuild nochmal.
Sollte Errors kommen, poste es uns dann hier. ;)
Dann werden wir schauen welche noch Übrig bleibt.
Danke Lumi'
Aber leider finde ich keine Colo Datei.