Help Error compile source 1.5 runable deluxe

Results 1 to 20 of 20
  1. #1
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Help Error compile source 1.5 runable deluxe

    help me ?, compile source runnable duluxe >>>>> error http://i.imgur.com/Y5nce.png



    errorsource.png


  2. #2
    Valued Member etropulus is offline
    MemberRank
    Jun 2012 Join Date
    118Posts

    Re: Help Error compile source 1.5 runable deluxe

    Não e so abrir e compilar.

  3. #3
    Enthusiast xJuanxDx is offline
    MemberRank
    Feb 2012 Join Date
    26Posts

    thumbs up Re: Help Error compile source 1.5 runable deluxe

    I believe that this tutorial realized for mio I could serve you in order that you compile the src and to create the cryppto.

  4. #4
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    I did that and still giving error

  5. #5
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: Help Error compile source 1.5 runable deluxe

    change your system to XP

  6. #6
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    system of what

  7. #7
    Apprentice teamwork is offline
    MemberRank
    Aug 2012 Join Date
    16Posts

    Re: Help Error compile source 1.5 runable deluxe

    Quote Originally Posted by Aprodite View Post
    system of what
    what is your operating sytem?

  8. #8
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    windows 7start 32bits

  9. #9
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: Help Error compile source 1.5 runable deluxe

    Vs.net 2003 cannot be build in win 7 that's only work basic in Xp and any old os (system)

  10. #10
    Member qqq1 is offline
    MemberRank
    Apr 2011 Join Date
    koreaLocation
    73Posts

    Re: Help Error compile source 1.5 runable deluxe

    cryptlib error man you rebuild cryptlib
    and move folder
    if you don't know still
    add me skype
    skype : jodangue

  11. #11
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    qqq 1 accept me, more of compile 1.5 source in windows 7

  12. #12
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Help Error compile source 1.5 runable deluxe

    The fuck? No, stop, all of you. Visual Studio 2003 works fine on Windows 7, I was using said OS when I first got the source.
    Aprodite, try cleaning the solution and rebuilding (or pick up a clean source). If it fails, try removing the /GL command line from the projects command line configuration. It could be because of a corrupted library output or even mixing and matching the librarie's builds.

    Before you remove the /GL switch, post your build log (Will be located in BUILD_/Gunz.txt (Where BUILD_ is the build type such as debug, etc.). It may look like this:
    Spoiler:

    Code:
    Build started 9/20/2012 2:19:20 PM.
         1>Project "E:\Projects\Blocks\Blocks.vcxproj" on node 2 (build target(s)).
         1>InitializeBuildStatus:
             Creating "Debug\Blocks.unsuccessfulbuild" because "AlwaysCreate" was specified.
           ClCompile:
             All outputs are up-to-date.
             c:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ISDK\DirectX\Include /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"Debug\Blocks.pch" /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt CWorldChunk.cpp
             CWorldChunk.cpp
         1>e:\projects\blocks\cworldchunk.cpp(29): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
         1>e:\projects\blocks\cworldchunk.cpp(29): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
         1>e:\projects\blocks\cworldchunk.cpp(29): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
             All outputs are up-to-date.
           ResourceCompile:
             All outputs are up-to-date.
           ManifestResourceCompile:
             All outputs are up-to-date.
           Link:
             c:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"E:\Projects\Blocks\Debug\Blocks.exe" /INCREMENTAL /NOLOGO /LIBPATH:SDK\DirectX\Lib\x86 Winmm.lib d3d9.lib d3dx9.lib dxguid.lib DxErr.lib dinput8.lib dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Debug\Blocks.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"E:\Projects\Blocks\Debug\Blocks.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\Projects\Blocks\Debug\Blocks.lib" /MACHINE:X86 Debug\Blocks.res
             Debug\Blocks.exe.embed.manifest.res
             Debug\Blocks.obj
             Debug\CApp.obj
             Debug\CAppFramework.obj
             Debug\CAppInput.obj
             Debug\CBlock.obj
             Debug\CBlockDirt.obj
             Debug\CBlockMgr.obj
             Debug\CBlockStone.obj
             Debug\CCamera.obj
             Debug\CConfiguration.obj
             Debug\CFile.obj
             Debug\CGame.obj
             Debug\CGameInput.obj
             Debug\CGUI.obj
             Debug\CLog.obj
             Debug\CTimer.obj
             Debug\CWorld.obj
             Debug\CWorldCell.obj
             Debug\CWorldChunk.obj
             Debug\Globals.obj
             Debug\stdafx.obj
           Manifest:
             c:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"Debug\Blocks.exe.embed.manifest" /manifest Debug\Blocks.exe.intermediate.manifest
             All outputs are up-to-date.
           LinkEmbedManifest:
             All outputs are up-to-date.
             Blocks.vcxproj -> E:\Projects\Blocks\Debug\Blocks.exe
           FinalizeBuildStatus:
             Deleting file "Debug\Blocks.unsuccessfulbuild".
             Touching "Debug\Blocks.lastbuildstate".
         1>Done Building Project "E:\Projects\Blocks\Blocks.vcxproj" (build target(s)).
    
    Build succeeded.
    
    Time Elapsed 00:00:01.04

  13. #13
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    <html>
    <head>
    <META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
    </head>
    <body>
    <pre>
    <table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
    Build Log
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
    <h3>------- Build started: Project: Gunz, Configuration: KOR_Release_publish|Win32 -------
    </h3>
    </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Command Lines
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\BAT000030.bat" with contents
    [
    @echo off
    SVNRevision/UpdateRevisionCPP.bat
    if errorlevel 1 goto VCReportError
    goto VCEnd
    :VCReportError
    echo Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
    exit 1
    :VCEnd
    ]
    Creating command line ""c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\BAT000030.bat""
    Creating temporary file "c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\RSP000031.rsp" with contents
    [
    /Og /Ob2 /Oi /Ot /I "../sdk/dx9/include" /I "../CSCommon/Include" /I "../SafeUDP/Include" /I "../CML/Include" /I "../RealSpace2/Include" /I "../MAI/Include" /I "../RealSpace/Include" /I "../Mint2/Include" /I "../RealSound/Include" /D "LOCALE_KOREA" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PUBLISH" /D "_LOCATOR" /D "_XTRAP" /D "_USING_CXR" /D "_MBCS" /GF /FD /EHsc /MT /GS /Gy /Yu"stdafx.h" /Fp"KOR_Release_publish/Gunz.pch" /Fo"KOR_Release_publish/" /Fd"KOR_Release_publish/vc70.pdb" /W3 /c /Wp64 /Zi /TP /Zm200
    ".\ZGameGuard.cpp"
    ".\SecurityTest.cpp"
    ".\ZTips.cpp"
    ".\ZStringResManager.cpp"
    ".\ZMessages.cpp"
    ".\ZLanguageConf.cpp"
    ".\ZNHN_USA_Report.cpp"
    ".\ZNHN_USA_Poll.cpp"
    ".\ZNHN_USA.cpp"
    ".\ZNetmarbleJP.cpp"
    ".\ZNetmarble.cpp"
    ".\ZGameOnJPAuth.cpp"
    ".\ZLocale.cpp"
    ".\ZBaseAuthInfo.cpp"
    ".\ZCommandUDPHackShield.cpp"
    ".\upnp.cpp"
    ".\ZSecurity.cpp"
    ".\ZPostLocal.cpp"
    ".\ZPost.cpp"
    ".\ZNetAgreementBuilder.cpp"
    ".\ZLocatorList.cpp"
    ".\ZGameTypeList.cpp"
    ".\ZGameClient_OnCommand.cpp"
    ".\ZGameClient_Ladder.cpp"
    ".\ZGameClient_DuelTournament.cpp"
    ".\ZGameClient_Clan.cpp"
    ".\ZGameClient.cpp"
    ".\ZCommandTable.cpp"
    ".\MEmblemMgr.cpp"
    ".\ZWorldItem.cpp"
    ".\ZWater.cpp"
    ".\ZStencilLight.cpp"
    ".\ZSkyBox.cpp"
    ".\ZProfiler.cpp"
    ".\ZClothEmblem.cpp"
    ".\MSysInfo.cpp"
    ".\ZBirdTest.cpp"
    ".\ZBirdDummyClient.cpp"
    ".\ZBirdDummyAI.cpp"
    ".\ZWeaponMgr.cpp"
    ".\ZWeapon.cpp"
    ".\ZRuleTraining.cpp"
    ".\ZRuleSurvival.cpp"
    ".\ZRuleQuest.cpp"
    ".\ZRuleGladiator.cpp"
    ".\ZRuleDuelTournament.cpp"
    ".\ZRuleDuel.cpp"
    ".\ZRuleDeathMatch.cpp"
    ".\ZRuleBerserker.cpp"
    ".\ZRuleBaseQuest.cpp"
    ".\ZRuleAssassinate.cpp"
    ".\ZRule.cpp"
    ".\ZMatch.cpp"
    ".\ZWorldManager.cpp"
    ".\ZWorld.cpp"
    ".\ZUtil.cpp"
    ".\ZTimer.cpp"
    ".\ZTestGame.cpp"
    ".\ZReplay.cpp"
    ".\ZMapDesc.cpp"
    ".\ZMap.cpp"
    ".\ZHelpScreen.cpp"
    ".\ZGlobal.cpp"
    ".\ZGameType.cpp"
    ".\ZGameAction.cpp"
    ".\ZGame.cpp"
    ".\ZConfiguration.cpp"
    ".\ZClan.cpp"
    ".\ZChannelRule.cpp"
    ".\ZCamera.cpp"
    ".\ZApplication.cpp"
    ".\main.cpp"
    ".\CGLEncription.cpp"
    ".\Physics.cpp"
    ".\ZSoundFMod.cpp"
    ".\ZSoundEngine.cpp"
    ".\ZActorSound.cpp"
    ".\ZBehavior_Script.cpp"
    ".\ZBehavior_Patrol.cpp"
    ".\ZBehavior_Idle.cpp"
    ".\ZBehavior_Attack.cpp"
    ".\ZBehavior.cpp"
    ".\ZTaskManager.cpp"
    ".\ZTask_Skill.cpp"
    ".\ZTask_RotateToDir.cpp"
    ".\ZTask_MoveToPos.cpp"
    ".\ZTask_Delay.cpp"
    ".\ZTask_AttackRange.cpp"
    ".\ZTask_AttackMelee.cpp"
    ".\ZTask.cpp"
    ".\ZStateMachine.cpp"
    ".\ZRangeWeaponHitDice.cpp"
    ".\ZEnvObject.cpp"
    ".\ZEnemy.cpp"
    ".\ZBrain.cpp"
    ".\ZActorController.cpp"
    ".\ZActorAnimation.cpp"
    ".\ZActor.cpp"
    ".\ZSkill.cpp"
    ".\ZModule_Skills.cpp"
    ".\ZModule_Resistance.cpp"
    ".\ZModule_QuestStatus.cpp"
    ".\ZModule_PoisonDamage.cpp"
    ".\ZModule_Movable.cpp"
    ".\ZModule_LightningDamage.cpp"
    ".\ZModule_HPAP.cpp"
    ".\ZModule_HealOverTime.cpp"
    ".\ZModule_FireDamage.cpp"
    ".\ZModule_ColdDamage.cpp"
    ".\ZModule.cpp"
    ".\ZShadow.cpp"
    ".\ZObjectManager.cpp"
    ".\ZObject.cpp"
    ".\ZNetCharacter.cpp"
    ".\ZMyCharacter.cpp"
    ".\ZItemDesc.cpp"
    ".\ZItem.cpp"
    ".\ZCharacterObject.cpp"
    ".\ZCharacterManager.cpp"
    ".\ZCharacterItem.cpp"
    ".\ZCharacterBuff.cpp"
    ".\ZCharacter.cpp"
    ".\ZScreenEffectManager.cpp"
    ".\ZEffectStaticMesh.cpp"
    ".\ZEffectSmoke.cpp"
    ".\ZEffectMesh.cpp"
    ".\ZEffectManager.cpp"
    ".\ZEffectLightTracer.cpp"
    ".\ZEffectLightFragmentList.cpp"
    ".\ZEffectLightFragment.cpp"
    ".\ZEffectGunFire.cpp"
    ".\ZEffectFlashBang.cpp"
    ".\ZEffectBulletMarkList.cpp"
    ".\ZEffectBulletMark.cpp"
    ".\ZEffectBillboardList.cpp"
    ".\ZEffectBillboard.cpp"
    ".\ZEffectBase.cpp"
    ".\ZEffectAniMesh.cpp"
    ".\ZAniEventHandler.cpp"
    ".\ZSurvival.cpp"
    ".\ZQuestMap.cpp"
    ".\ZQuestGameInfo.cpp"
    ".\ZQuest.cpp"
    ".\ZNPCInfoFromserver.cpp"
    ".\ZMyBuffMgr.cpp"
    ".\ZMyBuff.cpp"
    ".\ZMyQuestItem.cpp"
    ".\ZMyItemList.cpp"
    ".\ZMyItem.cpp"
    ".\ZMyGambleItem.cpp"
    ".\ZStageSetting.cpp"
    ".\ZStageInterface.cpp"
    ".\ZShopEquipItemConfirm.cpp"
    ".\ZShopEquipItem.cpp"
    ".\ZShopEquipInterface.cpp"
    ".\ZShop.cpp"
    ".\ZScreenDebugger.cpp"
    ".\ZReportAbuse.cpp"
    ".\ZPlayerList.cpp"
    ".\ZOptionInterface.cpp"
    ".\ZNetRepository.cpp"
    ".\ZMyInfo.cpp"
    ".\ZMonsterBookInterface.cpp"
    ".\ZLoading.cpp"
    ".\ZItemIconBitmap.cpp"
    ".\ZInterfaceListener.cpp"
    ".\ZInterfaceBackground.cpp"
    ".\ZInterface.cpp"
    ".\ZInitialLoading.cpp"
    ".\ZGameInterface_OnCommand.cpp"
    ".\ZGameInterface.cpp"
    ".\ZFile.cpp"
    ".\ZEmblemInterface.cpp"
    ".\ZCountDown.cpp"
    ".\ZConsole.cpp"
    ".\ZChatCmd.cpp"
    ".\ZChat_Cmds.cpp"
    ".\ZChat.cpp"
    ".\ZToolTip.cpp"
    ".\ZStageInfoBox.cpp"
    ".\ZShopEquipListbox.cpp"
    ".\ZServerView.cpp"
    ".\ZScoreListBox.cpp"
    ".\ZRoomListBox.cpp"
    ".\ZPlayerSelectListBox.cpp"
    ".\ZPlayerMenu.cpp"
    ".\ZPlayerListBox.cpp"
    ".\ZMsgBox.cpp"
    ".\ZMeshViewList.cpp"
    ".\ZMeshView.cpp"
    ".\ZMapListBox.cpp"
    ".\ZItemSlotView.cpp"
    ".\ZItemMenu.cpp"
    ".\ZIDLResource.cpp"
    ".\ZFrame.cpp"
    ".\ZEquipmentListBox.cpp"
    ".\ZDuelTournamentRankingListBox.cpp"
    ".\ZCombatMenu.cpp"
    ".\ZClanListBox.cpp"
    ".\ZCharacterViewList.cpp"
    ".\ZCharacterView.cpp"
    ".\ZCharacterSelectView.cpp"
    ".\ZButton.cpp"
    ".\ZBmNumLabel.cpp"
    ".\ZBitmapManager.cpp"
    ".\ZActionKey.cpp"
    ".\Mint4R2.cpp"
    ".\Mint4Gunz.cpp"
    ".\MCommandLogFrame.cpp"
    ".\ZWeaponScreenEffect.cpp"
    ".\ZVoteInterface.cpp"
    ".\ZRadar.cpp"
    ".\ZPlayerManager.cpp"
    ".\ZObserver.cpp"
    ".\ZMiniMap.cpp"
    ".\ZInput.cpp"
    ".\ZGameInput_Debug.cpp"
    ".\ZGameInput.cpp"
    ".\ZDirectInput.cpp"
    ".\ZCrossHair.cpp"
    ".\ZCombatQuestScreen.cpp"
    ".\ZCombatInterface.cpp"
    ".\ZCombatChat.cpp"
    ".\ZCanvas.cpp"
    ".\ZBandiCapturer.cpp"
    ]
    Creating command line "cl.exe @"c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\RSP000031.rsp" /nologo"
    Creating temporary file "c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\RSP000032.rsp" with contents
    [
    /Og /Ob2 /Oi /Ot /I "../sdk/dx9/include" /I "../CSCommon/Include" /I "../SafeUDP/Include" /I "../CML/Include" /I "../RealSpace2/Include" /I "../MAI/Include" /I "../RealSpace/Include" /I "../Mint2/Include" /I "../RealSound/Include" /D "LOCALE_KOREA" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PUBLISH" /D "_LOCATOR" /D "_XTRAP" /D "_USING_CXR" /D "_MBCS" /GF /FD /EHsc /MT /GS /Gy /Yc"stdafx.h" /Fp"KOR_Release_publish/Gunz.pch" /Fo"KOR_Release_publish/" /Fd"KOR_Release_publish/vc70.pdb" /W3 /c /Wp64 /Zi /TP /Zm200
    ".\stdafx.cpp"
    ]
    Creating command line "cl.exe @"c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\RSP000032.rsp" /nologo"
    </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Output Window
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Performing Pre-Build Event...
    'svn' não é reconhecido como um comando interno
    ou externo, um programa operável ou um arquivo em lotes.
    Load failed : 'revision.xml'
    Compiling...
    stdafx.cpp
    WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
    Compiling...
    ZGameGuard.cpp
    ZGameGuard.cpp(38) : warning C4312: 'type cast' : conversion from 'DWORD' to 'void *' of greater size
    SecurityTest.cpp
    ZTips.cpp
    ZStringResManager.cpp
    ZMessages.cpp
    ZLanguageConf.cpp
    ZNHN_USA_Report.cpp
    ZNHN_USA_Poll.cpp
    ZNHN_USA.cpp
    ZNetmarbleJP.cpp
    ZNetmarble.cpp
    ZGameOnJPAuth.cpp
    ZLocale.cpp
    ZBaseAuthInfo.cpp
    ZCommandUDPHackShield.cpp
    upnp.cpp
    ZSecurity.cpp
    ZPostLocal.cpp
    ZPost.cpp
    ZNetAgreementBuilder.cpp
    Generating Code...
    Compiling...
    ZLocatorList.cpp
    ZGameTypeList.cpp
    ZGameClient_OnCommand.cpp
    ZGameClient_Ladder.cpp
    ZGameClient_DuelTournament.cpp
    ZGameClient_Clan.cpp
    ZGameClient.cpp
    ZCommandTable.cpp
    MEmblemMgr.cpp
    ZWorldItem.cpp
    ZWater.cpp
    ZStencilLight.cpp
    ZSkyBox.cpp
    ZProfiler.cpp
    ZClothEmblem.cpp
    MSysInfo.cpp
    ZBirdTest.cpp
    ZBirdDummyClient.cpp
    ZBirdDummyAI.cpp
    ZWeaponMgr.cpp
    Generating Code...
    Compiling...
    ZWeapon.cpp
    ZRuleTraining.cpp
    ZRuleSurvival.cpp
    ZRuleQuest.cpp
    ZRuleGladiator.cpp
    ZRuleDuelTournament.cpp
    ZRuleDuel.cpp
    ZRuleDeathMatch.cpp
    ZRuleBerserker.cpp
    ZRuleBaseQuest.cpp
    ZRuleAssassinate.cpp
    ZRule.cpp
    ZMatch.cpp
    ZWorldManager.cpp
    ZWorld.cpp
    ZUtil.cpp
    ZTimer.cpp
    ZTestGame.cpp
    ZReplay.cpp
    ZMapDesc.cpp
    Generating Code...
    Compiling...
    ZMap.cpp
    ZHelpScreen.cpp
    ZGlobal.cpp
    ZGlobal.cpp(5) : fatal error C1083: Cannot open include file: 'SVNRevision/SVNRevision.cpp': No such file or directory
    ZGameType.cpp
    ZGameAction.cpp
    ZGame.cpp
    ZConfiguration.cpp
    ZClan.cpp
    ZChannelRule.cpp
    ZCamera.cpp
    ZApplication.cpp
    main.cpp
    CGLEncription.cpp
    Physics.cpp
    ZSoundFMod.cpp
    ZSoundEngine.cpp
    ZActorSound.cpp
    ZBehavior_Script.cpp
    ZBehavior_Patrol.cpp
    ZBehavior_Idle.cpp
    Generating Code...
    Compiling...
    ZBehavior_Attack.cpp
    ZBehavior.cpp
    ZTaskManager.cpp
    ZTask_Skill.cpp
    ZTask_RotateToDir.cpp
    ZTask_MoveToPos.cpp
    ZTask_Delay.cpp
    ZTask_AttackRange.cpp
    ZTask_AttackMelee.cpp
    ZTask.cpp
    ZStateMachine.cpp
    ZRangeWeaponHitDice.cpp
    ZEnvObject.cpp
    ZEnemy.cpp
    ZBrain.cpp
    ZActorController.cpp
    ZActorAnimation.cpp
    ZActor.cpp
    ZSkill.cpp
    ZModule_Skills.cpp
    Generating Code...
    Compiling...
    ZModule_Resistance.cpp
    ZModule_QuestStatus.cpp
    ZModule_PoisonDamage.cpp
    ZModule_Movable.cpp
    ZModule_LightningDamage.cpp
    ZModule_HPAP.cpp
    ZModule_HealOverTime.cpp
    ZModule_FireDamage.cpp
    ZModule_ColdDamage.cpp
    ZModule.cpp
    ZShadow.cpp
    ZObjectManager.cpp
    ZObject.cpp
    ZNetCharacter.cpp
    ZMyCharacter.cpp
    ZItemDesc.cpp
    ZItem.cpp
    ZCharacterObject.cpp
    ZCharacterManager.cpp
    ZCharacterItem.cpp
    Generating Code...
    Compiling...
    ZCharacterBuff.cpp
    ZCharacter.cpp
    ZCharacter.cpp(2953) : warning C4800: 'const char *' : forcing value to bool 'true' or 'false' (performance warning)
    ZCharacter.cpp(3071) : warning C4800: 'FLOAT' : forcing value to bool 'true' or 'false' (performance warning)
    ZScreenEffectManager.cpp
    ZEffectStaticMesh.cpp
    ZEffectSmoke.cpp
    ZEffectMesh.cpp
    ZEffectManager.cpp
    ZEffectLightTracer.cpp
    ZEffectLightFragmentList.cpp
    ZEffectLightFragment.cpp
    ZEffectGunFire.cpp
    ZEffectFlashBang.cpp
    ZEffectBulletMarkList.cpp
    ZEffectBulletMark.cpp
    ZEffectBillboardList.cpp
    ZEffectBillboard.cpp
    ZEffectBase.cpp
    ZEffectAniMesh.cpp
    ZAniEventHandler.cpp
    ZSurvival.cpp
    Generating Code...
    Compiling...
    ZQuestMap.cpp
    ZQuestGameInfo.cpp
    ZQuest.cpp
    ZNPCInfoFromserver.cpp
    ZMyBuffMgr.cpp
    ZMyBuff.cpp
    ZMyQuestItem.cpp
    ZMyItemList.cpp
    ZMyItem.cpp
    ZMyGambleItem.cpp
    ZStageSetting.cpp
    ZStageInterface.cpp
    ZShopEquipItemConfirm.cpp
    ZShopEquipItem.cpp
    ZShopEquipInterface.cpp
    ZShop.cpp
    ZScreenDebugger.cpp
    ZReportAbuse.cpp
    ZPlayerList.cpp
    ZOptionInterface.cpp
    Generating Code...
    Compiling...
    ZNetRepository.cpp
    ZMyInfo.cpp
    ZMonsterBookInterface.cpp
    ZLoading.cpp
    ZItemIconBitmap.cpp
    ZInterfaceListener.cpp
    ZInterfaceBackground.cpp
    ZInterface.cpp
    ZInitialLoading.cpp
    ZGameInterface_OnCommand.cpp
    ZGameInterface.cpp
    ZFile.cpp
    ZEmblemInterface.cpp
    ZCountDown.cpp
    ZConsole.cpp
    ZConsole.cpp(31) : warning C4101: 'szErr' : unreferenced local variable
    ZChatCmd.cpp
    ZChat_Cmds.cpp
    ZChat.cpp
    ZToolTip.cpp
    ZStageInfoBox.cpp
    Generating Code...
    Compiling...
    ZShopEquipListbox.cpp
    ZServerView.cpp
    ZScoreListBox.cpp
    ZRoomListBox.cpp
    ZPlayerSelectListBox.cpp
    ZPlayerMenu.cpp
    ZPlayerListBox.cpp
    ZMsgBox.cpp
    ZMeshViewList.cpp
    ZMeshView.cpp
    ZMapListBox.cpp
    ZItemSlotView.cpp
    ZItemMenu.cpp
    ZIDLResource.cpp
    ZFrame.cpp
    ZEquipmentListBox.cpp
    ZDuelTournamentRankingListBox.cpp
    ZCombatMenu.cpp
    ZClanListBox.cpp
    ZCharacterViewList.cpp
    Generating Code...
    Compiling...
    ZCharacterView.cpp
    ZCharacterSelectView.cpp
    ZButton.cpp
    ZBmNumLabel.cpp
    ZBitmapManager.cpp
    ZActionKey.cpp
    Mint4R2.cpp
    Mint4Gunz.cpp
    MCommandLogFrame.cpp
    ZWeaponScreenEffect.cpp
    ZVoteInterface.cpp
    ZRadar.cpp
    ZPlayerManager.cpp
    ZObserver.cpp
    ZMiniMap.cpp
    ZInput.cpp
    ZGameInput_Debug.cpp
    ZGameInput.cpp
    ZDirectInput.cpp
    ZCrossHair.cpp
    Generating Code...
    Compiling...
    ZCombatQuestScreen.cpp
    ZCombatInterface.cpp
    ZCombatChat.cpp
    ZCanvas.cpp
    ZBandiCapturer.cpp
    Generating Code...
    </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Results
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
    Build log was saved at "file://c:\Users\patrick\Downloads\Source 1.5\Stable\Gunz\KOR_Release_publish\BuildLog.htm"
    Gunz - 1 error(s), 4 warning(s)</pre></table><table width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
    </font></table></body></html>

    PHP Code:
    <html>
    <
    head>
    <
    META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
    </
    head>
    <
    body>
    <
    pre>
    <
    table width=100bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
    Build Log
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
    <h3>------- Build startedProjectGunzConfigurationKOR_Release_publish|Win32 -------
    </
    h3>
    </
    pre></table><table width=100bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Command Lines
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "c:\Users\patrick\Downloads\Duluxe Source RageZone\Stable\Gunz\KOR_Release_publish\BAT000003.bat" with contents
    [
    @echo 
    off
    SVNRevision
    /UpdateRevisionCPP.bat
    if errorlevel 1 goto VCReportError
    goto VCEnd
    :VCReportError
    echo Project error PRJ0019A tool returned an error code from "Performing Pre-Build Event..."
    exit 1
    :VCEnd
    ]
    Creating command line ""c:\Users\patrick\Downloads\Duluxe Source RageZone\Stable\Gunz\KOR_Release_publish\BAT000003.bat""
    Creating temporary file "c:\Users\patrick\Downloads\Duluxe Source RageZone\Stable\Gunz\KOR_Release_publish\RSP000004.rsp" with contents
    [
    /
    OUT:"Runtime/Gunz.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"../sdk/dx9/lib" /LIBPATH:"../RealSound/Lib" /LIBPATH:"Lib" /LIBPATH:"../../sdk/crypto/lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libci.lib" /DEBUG /PDB:"Runtime/Gunz.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 ../CML/Lib/zlib.lib fmodvc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "\Users\patrick\Downloads\Duluxe Source RageZone\Stable\cml\lib\zlib.lib" ".\fmodvc.lib"
    ".\nhn\HanAuthForClient.lib"
    ".\nhn\HanAuthForClientD.lib"
    ".\nhn\HanReportForClient.lib"
    ".\nhn\HanReportForClientD.lib"
    ".\fmodvc.lib"
    ".\HShield\HShield.lib"
    ".\XTrap\XTrap4Client_ClientPart_mt.lib"
    ".\XTrap\XTrap4Client_mt.lib"
    ".\XTrap\XTrap4Client_ServerPart_mt.lib"
    ".\XTrap\XTrap4Launcher_mt.lib"
    ".\XTrap\XTrap_Unipher_mt.lib"
    ".\KOR_Release_publish\ZBandiCapturer.obj"
    ".\KOR_Release_publish\ZCanvas.obj"
    ".\KOR_Release_publish\ZCombatChat.obj"
    ".\KOR_Release_publish\ZCombatInterface.obj"
    ".\KOR_Release_publish\ZCombatQuestScreen.obj"
    ".\KOR_Release_publish\ZCrossHair.obj"
    ".\KOR_Release_publish\ZDirectInput.obj"
    ".\KOR_Release_publish\ZGameInput.obj"
    ".\KOR_Release_publish\ZGameInput_Debug.obj"
    ".\KOR_Release_publish\ZInput.obj"
    ".\KOR_Release_publish\ZMiniMap.obj"
    ".\KOR_Release_publish\ZObserver.obj"
    ".\KOR_Release_publish\ZPlayerManager.obj"
    ".\KOR_Release_publish\ZRadar.obj"
    ".\KOR_Release_publish\ZVoteInterface.obj"
    ".\KOR_Release_publish\ZWeaponScreenEffect.obj"
    ".\KOR_Release_publish\MCommandLogFrame.obj"
    ".\KOR_Release_publish\Mint4Gunz.obj"
    ".\KOR_Release_publish\Mint4R2.obj"
    ".\KOR_Release_publish\ZActionKey.obj"
    ".\KOR_Release_publish\ZBitmapManager.obj"
    ".\KOR_Release_publish\ZBmNumLabel.obj"
    ".\KOR_Release_publish\ZButton.obj"
    ".\KOR_Release_publish\ZCharacterSelectView.obj"
    ".\KOR_Release_publish\ZCharacterView.obj"
    ".\KOR_Release_publish\ZCharacterViewList.obj"
    ".\KOR_Release_publish\ZClanListBox.obj"
    ".\KOR_Release_publish\ZCombatMenu.obj"
    ".\KOR_Release_publish\ZDuelTournamentRankingListBox.obj"
    ".\KOR_Release_publish\ZEquipmentListBox.obj"
    ".\KOR_Release_publish\ZFrame.obj"
    ".\KOR_Release_publish\ZIDLResource.obj"
    ".\KOR_Release_publish\ZItemMenu.obj"
    ".\KOR_Release_publish\ZItemSlotView.obj"
    ".\KOR_Release_publish\ZMapListBox.obj"
    ".\KOR_Release_publish\ZMeshView.obj"
    ".\KOR_Release_publish\ZMeshViewList.obj"
    ".\KOR_Release_publish\ZMsgBox.obj"
    ".\KOR_Release_publish\ZPlayerListBox.obj"
    ".\KOR_Release_publish\ZPlayerMenu.obj"
    ".\KOR_Release_publish\ZPlayerSelectListBox.obj"
    ".\KOR_Release_publish\ZRoomListBox.obj"
    ".\KOR_Release_publish\ZScoreListBox.obj"
    ".\KOR_Release_publish\ZServerView.obj"
    ".\KOR_Release_publish\ZShopEquipListbox.obj"
    ".\KOR_Release_publish\ZStageInfoBox.obj"
    ".\KOR_Release_publish\ZToolTip.obj"
    ".\KOR_Release_publish\ZChat.obj"
    ".\KOR_Release_publish\ZChat_Cmds.obj"
    ".\KOR_Release_publish\ZChatCmd.obj"
    ".\KOR_Release_publish\ZConsole.obj"
    ".\KOR_Release_publish\ZCountDown.obj"
    ".\KOR_Release_publish\ZEmblemInterface.obj"
    ".\KOR_Release_publish\ZFile.obj"
    ".\KOR_Release_publish\ZGameInterface.obj"
    ".\KOR_Release_publish\ZGameInterface_OnCommand.obj"
    ".\KOR_Release_publish\ZInitialLoading.obj"
    ".\KOR_Release_publish\ZInterface.obj"
    ".\KOR_Release_publish\ZInterfaceBackground.obj"
    ".\KOR_Release_publish\ZInterfaceListener.obj"
    ".\KOR_Release_publish\ZItemIconBitmap.obj"
    ".\KOR_Release_publish\ZLoading.obj"
    ".\KOR_Release_publish\ZMonsterBookInterface.obj"
    ".\KOR_Release_publish\ZMyInfo.obj"
    ".\KOR_Release_publish\ZNetRepository.obj"
    ".\KOR_Release_publish\ZOptionInterface.obj"
    ".\KOR_Release_publish\ZPlayerList.obj"
    ".\KOR_Release_publish\ZReportAbuse.obj"
    ".\KOR_Release_publish\ZScreenDebugger.obj"
    ".\KOR_Release_publish\ZShop.obj"
    ".\KOR_Release_publish\ZShopEquipInterface.obj"
    ".\KOR_Release_publish\ZShopEquipItem.obj"
    ".\KOR_Release_publish\ZShopEquipItemConfirm.obj"
    ".\KOR_Release_publish\ZStageInterface.obj"
    ".\KOR_Release_publish\ZStageSetting.obj"
    ".\KOR_Release_publish\ZMyGambleItem.obj"
    ".\KOR_Release_publish\ZMyItem.obj"
    ".\KOR_Release_publish\ZMyItemList.obj"
    ".\KOR_Release_publish\ZMyQuestItem.obj"
    ".\KOR_Release_publish\ZMyBuff.obj"
    ".\KOR_Release_publish\ZMyBuffMgr.obj"
    ".\KOR_Release_publish\ZNPCInfoFromserver.obj"
    ".\KOR_Release_publish\ZQuest.obj"
    ".\KOR_Release_publish\ZQuestGameInfo.obj"
    ".\KOR_Release_publish\ZQuestMap.obj"
    ".\KOR_Release_publish\ZSurvival.obj"
    ".\KOR_Release_publish\ZAniEventHandler.obj"
    ".\KOR_Release_publish\ZEffectAniMesh.obj"
    ".\KOR_Release_publish\ZEffectBase.obj"
    ".\KOR_Release_publish\ZEffectBillboard.obj"
    ".\KOR_Release_publish\ZEffectBillboardList.obj"
    ".\KOR_Release_publish\ZEffectBulletMark.obj"
    ".\KOR_Release_publish\ZEffectBulletMarkList.obj"
    ".\KOR_Release_publish\ZEffectFlashBang.obj"
    ".\KOR_Release_publish\ZEffectGunFire.obj"
    ".\KOR_Release_publish\ZEffectLightFragment.obj"
    ".\KOR_Release_publish\ZEffectLightFragmentList.obj"
    ".\KOR_Release_publish\ZEffectLightTracer.obj"
    ".\KOR_Release_publish\ZEffectManager.obj"
    ".\KOR_Release_publish\ZEffectMesh.obj"
    ".\KOR_Release_publish\ZEffectSmoke.obj"
    ".\KOR_Release_publish\ZEffectStaticMesh.obj"
    ".\KOR_Release_publish\ZScreenEffectManager.obj"
    ".\KOR_Release_publish\ZCharacter.obj"
    ".\KOR_Release_publish\ZCharacterBuff.obj"
    ".\KOR_Release_publish\ZCharacterItem.obj"
    ".\KOR_Release_publish\ZCharacterManager.obj"
    ".\KOR_Release_publish\ZCharacterObject.obj"
    ".\KOR_Release_publish\ZItem.obj"
    ".\KOR_Release_publish\ZItemDesc.obj"
    ".\KOR_Release_publish\ZMyCharacter.obj"
    ".\KOR_Release_publish\ZNetCharacter.obj"
    ".\KOR_Release_publish\ZObject.obj"
    ".\KOR_Release_publish\ZObjectManager.obj"
    ".\KOR_Release_publish\ZShadow.obj"
    ".\KOR_Release_publish\ZModule.obj"
    ".\KOR_Release_publish\ZModule_ColdDamage.obj"
    ".\KOR_Release_publish\ZModule_FireDamage.obj"
    ".\KOR_Release_publish\ZModule_HealOverTime.obj"
    ".\KOR_Release_publish\ZModule_HPAP.obj"
    ".\KOR_Release_publish\ZModule_LightningDamage.obj"
    ".\KOR_Release_publish\ZModule_Movable.obj"
    ".\KOR_Release_publish\ZModule_PoisonDamage.obj"
    ".\KOR_Release_publish\ZModule_QuestStatus.obj"
    ".\KOR_Release_publish\ZModule_Resistance.obj"
    ".\KOR_Release_publish\ZModule_Skills.obj"
    ".\KOR_Release_publish\ZSkill.obj"
    ".\KOR_Release_publish\ZActor.obj"
    ".\KOR_Release_publish\ZActorAnimation.obj"
    ".\KOR_Release_publish\ZActorController.obj"
    ".\KOR_Release_publish\ZBrain.obj"
    ".\KOR_Release_publish\ZEnemy.obj"
    ".\KOR_Release_publish\ZEnvObject.obj"
    ".\KOR_Release_publish\ZRangeWeaponHitDice.obj"
    ".\KOR_Release_publish\ZStateMachine.obj"
    ".\KOR_Release_publish\ZTask.obj"
    ".\KOR_Release_publish\ZTask_AttackMelee.obj"
    ".\KOR_Release_publish\ZTask_AttackRange.obj"
    ".\KOR_Release_publish\ZTask_Delay.obj"
    ".\KOR_Release_publish\ZTask_MoveToPos.obj"
    ".\KOR_Release_publish\ZTask_RotateToDir.obj"
    ".\KOR_Release_publish\ZTask_Skill.obj"
    ".\KOR_Release_publish\ZTaskManager.obj"
    ".\KOR_Release_publish\ZBehavior.obj"
    ".\KOR_Release_publish\ZBehavior_Attack.obj"
    ".\KOR_Release_publish\ZBehavior_Idle.obj"
    ".\KOR_Release_publish\ZBehavior_Patrol.obj"
    ".\KOR_Release_publish\ZBehavior_Script.obj"
    ".\KOR_Release_publish\ZActorSound.obj"
    ".\KOR_Release_publish\ZSoundEngine.obj"
    ".\KOR_Release_publish\ZSoundFMod.obj"
    ".\KOR_Release_publish\Physics.obj"
    ".\KOR_Release_publish\CGLEncription.obj"
    ".\KOR_Release_publish\main.obj"
    ".\KOR_Release_publish\ZApplication.obj"
    ".\KOR_Release_publish\ZCamera.obj"
    ".\KOR_Release_publish\ZChannelRule.obj"
    ".\KOR_Release_publish\ZClan.obj"
    ".\KOR_Release_publish\ZConfiguration.obj"
    ".\KOR_Release_publish\ZGame.obj"
    ".\KOR_Release_publish\ZGameAction.obj"
    ".\KOR_Release_publish\ZGameType.obj"
    ".\KOR_Release_publish\ZGlobal.obj"
    ".\KOR_Release_publish\ZHelpScreen.obj"
    ".\KOR_Release_publish\ZMap.obj"
    ".\KOR_Release_publish\ZMapDesc.obj"
    ".\KOR_Release_publish\ZReplay.obj"
    ".\KOR_Release_publish\ZTestGame.obj"
    ".\KOR_Release_publish\ZTimer.obj"
    ".\KOR_Release_publish\ZUtil.obj"
    ".\KOR_Release_publish\ZWorld.obj"
    ".\KOR_Release_publish\ZWorldManager.obj"
    ".\KOR_Release_publish\ZMatch.obj"
    ".\KOR_Release_publish\ZRule.obj"
    ".\KOR_Release_publish\ZRuleAssassinate.obj"
    ".\KOR_Release_publish\ZRuleBaseQuest.obj"
    ".\KOR_Release_publish\ZRuleBerserker.obj"
    ".\KOR_Release_publish\ZRuleDeathMatch.obj"
    ".\KOR_Release_publish\ZRuleDuel.obj"
    ".\KOR_Release_publish\ZRuleDuelTournament.obj"
    ".\KOR_Release_publish\ZRuleGladiator.obj"
    ".\KOR_Release_publish\ZRuleQuest.obj"
    ".\KOR_Release_publish\ZRuleSurvival.obj"
    ".\KOR_Release_publish\ZRuleTraining.obj"
    ".\KOR_Release_publish\ZWeapon.obj"
    ".\KOR_Release_publish\ZWeaponMgr.obj"
    ".\KOR_Release_publish\ZBirdDummyAI.obj"
    ".\KOR_Release_publish\ZBirdDummyClient.obj"
    ".\KOR_Release_publish\ZBirdTest.obj"
    ".\KOR_Release_publish\MSysInfo.obj"
    ".\KOR_Release_publish\ZClothEmblem.obj"
    ".\KOR_Release_publish\ZProfiler.obj"
    ".\KOR_Release_publish\ZSkyBox.obj"
    ".\KOR_Release_publish\ZStencilLight.obj"
    ".\KOR_Release_publish\ZWater.obj"
    ".\KOR_Release_publish\ZWorldItem.obj"
    ".\KOR_Release_publish\Gunz.res"
    ".\KOR_Release_publish\MEmblemMgr.obj"
    ".\KOR_Release_publish\ZCommandTable.obj"
    ".\KOR_Release_publish\ZGameClient.obj"
    ".\KOR_Release_publish\ZGameClient_Clan.obj"
    ".\KOR_Release_publish\ZGameClient_DuelTournament.obj"
    ".\KOR_Release_publish\ZGameClient_Ladder.obj"
    ".\KOR_Release_publish\ZGameClient_OnCommand.obj"
    ".\KOR_Release_publish\ZGameTypeList.obj"
    ".\KOR_Release_publish\ZLocatorList.obj"
    ".\KOR_Release_publish\ZNetAgreementBuilder.obj"
    ".\KOR_Release_publish\ZPost.obj"
    ".\KOR_Release_publish\ZPostLocal.obj"
    ".\KOR_Release_publish\ZSecurity.obj"
    ".\KOR_Release_publish\upnp.obj"
    ".\KOR_Release_publish\ZCommandUDPHackShield.obj"
    ".\KOR_Release_publish\ZBaseAuthInfo.obj"
    ".\KOR_Release_publish\ZLocale.obj"
    ".\KOR_Release_publish\ZGameOnJPAuth.obj"
    ".\KOR_Release_publish\ZNetmarble.obj"
    ".\KOR_Release_publish\ZNetmarbleJP.obj"
    ".\KOR_Release_publish\ZNHN_USA.obj"
    ".\KOR_Release_publish\ZNHN_USA_Poll.obj"
    ".\KOR_Release_publish\ZNHN_USA_Report.obj"
    ".\KOR_Release_publish\ZLanguageConf.obj"
    ".\KOR_Release_publish\ZMessages.obj"
    ".\KOR_Release_publish\ZStringResManager.obj"
    ".\KOR_Release_publish\ZTips.obj"
    ".\KOR_Release_publish\SecurityTest.obj"
    ".\KOR_Release_publish\ZGameGuard.obj"
    ".\KOR_Release_publish\stdafx.obj"
    ]
    Creating command line "link.exe @"c:\Users\patrick\Downloads\Duluxe Source RageZone\Stable\Gunz\KOR_Release_publish\RSP000004.rsp""
    </pre></table><table width=100bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Output Window
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Performing Pre-Build Event...
    'svn' não é reconhecido como um comando interno
    ou externo
    um programa operável ou um arquivo em lotes.
    'SVNRevisionTracker' não é reconhecido como um comando interno
    ou externo
    um programa operável ou um arquivo em lotes.
    Linking...
    CSCommonE.lib(MMatchStage.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchServer_DuelTournament.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchRuleDuelTournament.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchServer_Ladder.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchBuff.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchWorldItemDesc.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchServer_Stage.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZWorldItem.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZGameClient.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchStageSetting.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchItem.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZMatch.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZRuleBerserker.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZRuleDuel.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZRuleDuelTournament.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZApplication.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZGame.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZGameAction.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZTestGame.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZModule_Movable.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZSkill.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZActor.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZBrain.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZNetCharacter.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZObject.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZModule_HealOverTime.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZModule_HPAP.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZCharacterItem.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZCharacterManager.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZItem.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZMyCharacter.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZStageSetting.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZQuest.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZSurvival.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZCharacter.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZGameInput_Debug.obj error LNK2019unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Zreferenced in function "private: unsigned long __thiscall MProtectValue<struct D3DXVECTOR3>::BuildCrc(void)" (?BuildCrc@?$MProtectValue@UD3DXVECTOR3@@@@AAEKXZ)
    ZCharacterView.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZPlayerListBox.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    ZGameInterface.obj error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::BuildCRC32(unsigned char const *,unsigned long)" (?BuildCRC32@MCRC32@@SAKPBEK@Z)
    CSCommonE.lib(MMatchRuleDuelTournament.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchServer_Ladder.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchBuff.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchServer_Stage.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchStage.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchServer_DuelTournament.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZWorldItem.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZGameClient.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchStageSetting.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchItem.obj) : error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZMatch.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZRuleBerserker.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZRuleDuel.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZRuleDuelTournament.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZApplication.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZGame.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZGameAction.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZTestGame.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZSkill.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZActor.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZBrain.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    main.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZObject.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZModule_HealOverTime.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZModule_HPAP.obj error LNK2019unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZAreferenced in function __ehhandler$?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEXII@Z
    ZModule_Movable
    .obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZCharacterManager.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZItem.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZMyCharacter.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZNetCharacter.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZQuest.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZSurvival.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZCharacter.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZCharacterItem.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZGameInput_Debug.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZPlayerListBox.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZGameInterface.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    ZStageSetting.obj error LNK2001unresolved external symbol "void (__cdecl* g_fpOnCrcFail)(void)" (?g_fpOnCrcFail@@3P6AXXZA)
    CSCommonE.lib(MMatchRuleDuelTournament.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchServer_Ladder.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchBuff.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchServer_Stage.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchStage.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchServer_DuelTournament.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZWorldItem.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZGameClient.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchStageSetting.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MMatchItem.obj) : error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZMatch.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZRuleBerserker.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZRuleDuel.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZRuleDuelTournament.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZApplication.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZGame.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZGameAction.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZTestGame.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZModule_Movable.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZSkill.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZActor.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZBrain.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZNetCharacter.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZObject.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZModule_HealOverTime.obj error LNK2019unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZreferenced in function "protected: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Copy(unsigned int,unsigned int)" (?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEXII@Z)
    ZModule_HPAP.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZCharacterItem.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZCharacterManager.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZItem.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZMyCharacter.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZStageSetting.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZQuest.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZSurvival.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZCharacter.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZGameInput_Debug.obj error LNK2019unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZreferenced in function "public: void __thiscall MProtectValue<struct D3DXVECTOR3>::CheckCrc(void)" (?CheckCrc@?$MProtectValue@UD3DXVECTOR3@@@@QAEXXZ)
    ZCharacterView.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    ZPlayerListBox.obj error LNK2019unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZreferenced in function "public: static void * __cdecl CMemPool<class MCommandParameterUID>::operator new(unsigned int)" (??2?$CMemPool@VMCommandParameterUID@@@@SAPAXI@Z)
    ZGameInterface.obj error LNK2001unresolved external symbol "class MCrc32Container * __cdecl GetCrcContainer(void)" (?GetCrcContainer@@YAPAVMCrc32Container@@XZ)
    CSCommonE.lib(MQuestScenario.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchUtil.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchEventFactory.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchEvent.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MSacrificeQItemTable.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MQuestDropTable.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchBuff.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MQuestMap.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchWorldItemDesc.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MChattingFilter.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MXmlParser.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchNotify.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MQuestItem.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MBaseStringResManager.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchItem.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MQuestNPC.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    CSCommonE.lib(MMatchMap.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RBaseTexture.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RAniEventInfo.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RLenzFlare.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RMesh_Load.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    mint2.lib(MIDLResource.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RealSpace2.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RMeshMgr.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    RealSpace2.lib(RBspObject.obj) : error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZClothEmblem.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZSecurity.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZStringResManager.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZTips.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZSoundFMod.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    main.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZConfiguration.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZMapDesc.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZMiniMap.obj error LNK2019unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZreferenced in function "public: bool __thiscall ZMiniMap::Create(char const *)" (?Create@ZMiniMap@@QAE_NPBD@Z)
    ZStageInterface.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZSkill.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZSoundEngine.obj error LNK2001unresolved external symbol "public: unsigned long __thiscall MZFile::GetLength(void)" (?GetLength@MZFile@@QAEKXZ)
    ZChat_Cmds.obj error LNK2019unresolved external symbol "public: char * __thiscall MLex::GetOneArg(char *,char *,char *)" (?GetOneArg@MLex@@QAEPADPAD00@Zreferenced in function "void __cdecl ChatCmd_Whisper(char const *,int,char * * const)" (?ChatCmd_Whisper@@YAXPBDHQAPAD@Z)
    ZGameInterface.obj error LNK2019unresolved external symbol "void __cdecl ValidateFilename(char *,char const *,char)" (?ValidateFilename@@YAXPADPBDD@Zreferenced in function "public: void __thiscall ZGameInterface::SaveScreenShot(void)" (?SaveScreenShot@ZGameInterface@@QAEXXZ)
    ZGame.obj error LNK2019unresolved external symbol "void __cdecl ValidateFilename(char *,char const *,char)" (?ValidateFilename@@YAXPADPBDD@Zreferenced in function "public: void __thiscall ZGame::StartRecording(void)" (?StartRecording@ZGame@@QAEXXZ)
    main.obj error LNK2019unresolved external symbol "public: __thiscall CSHA1::~CSHA1(void)" (??1CSHA1@@QAE@XZreferenced in function $L287071
    main
    .obj error LNK2019unresolved external symbol "public: __thiscall CSHA1::CSHA1(void)" (??0CSHA1@@QAE@XZreferenced in function "public: __thiscall CHMAC_SHA1::CHMAC_SHA1(void)" (??0CHMAC_SHA1@@QAE@XZ)
    main.obj error LNK2019unresolved external symbol "public: void __thiscall CHMAC_SHA1::HMAC_SHA1_file(char *,unsigned char *,int,unsigned char *)" (?HMAC_SHA1_file@CHMAC_SHA1@@QAEXPADPAEH1@Zreferenced in function "bool __cdecl CheckDll(char *,unsigned char *)" (?CheckDll@@YA_NPADPAE@Z)
    ZApplication.obj error LNK2019unresolved external symbol "public: void __thiscall MZFileSystem::SetPrivateKey(unsigned char const *,unsigned int)" (?SetPrivateKey@MZFileSystem@@QAEXPBEI@Zreferenced in function "public: void __thiscall ZApplication::InitFileSystem(void)" (?InitFileSystem@ZApplication@@QAEXXZ)
    CSCommonE.lib(MMatchStage.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::AccumulateCRC32(unsigned long &,unsigned char const *,unsigned long)" (?AccumulateCRC32@MCRC32@@SAKAAKPBEK@Z)
    ZGame.obj error LNK2019unresolved external symbol "public: static unsigned long __cdecl MCRC32::AccumulateCRC32(unsigned long &,unsigned char const *,unsigned long)" (?AccumulateCRC32@MCRC32@@SAKAAKPBEK@Zreferenced in function "public: void __thiscall MMatchCRC32XORCache::CRC32XOR(unsigned long)" (?CRC32XOR@MMatchCRC32XORCache@@QAEXK@Z)
    CSCommonE.lib(MMatchItem.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::AccumulateCRC32(unsigned long &,unsigned char const *,unsigned long)" (?AccumulateCRC32@MCRC32@@SAKAAKPBEK@Z)
    CSCommonE.lib(MMatchBuff.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::AccumulateCRC32(unsigned long &,unsigned char const *,unsigned long)" (?AccumulateCRC32@MCRC32@@SAKAAKPBEK@Z)
    CSCommonE.lib(MMatchBRMachine.obj) : error LNK2001unresolved external symbol "public: static unsigned long __cdecl MCRC32::AccumulateCRC32(unsigned long &,unsigned char const *,unsigned long)" (?AccumulateCRC32@MCRC32@@SAKAAKPBEK@Z)
    ZGameClient.obj error LNK2019unresolved external symbol "public: int __thiscall MMD5::md5_file(char *,unsigned char * const)" (?md5_file@MMD5@@QAEHPADQAE@Zreferenced in function "public: void __thiscall ZGameClient::GetEncryptMD5HashValue(char *)" (?GetEncryptMD5HashValue@ZGameClient@@QAEXPAD@Z)
    ZGameClient.obj error LNK2019unresolved external symbol "public: __thiscall MMD5::MMD5(void)" (??0MMD5@@QAE@XZreferenced in function "public: void __thiscall ZGameClient::GetEncryptMD5HashValue(char *)" (?GetEncryptMD5HashValue@ZGameClient@@QAEXPAD@Z)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilter::GetCustomIP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetCustomIP@MCountryFilter@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AA_NAAV23@2@Zreferenced in function "protected: enum CUSTOM_IP_STATUS const __thiscall MMatchServer::CheckIsValidCustomIP(struct MUID const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool)" (?CheckIsValidCustomIP@MMatchServer@@IAE?BW4CUSTOM_IP_STATUS@@ABUMUID@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV45@_N@Z)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilter::AddIPtoCountry(unsigned long,unsigned long,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?AddIPtoCountry@MCountryFilter@@QAE_NKKABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Zreferenced in function "protected: enum COUNT_CODE_STATUS const __thiscall MMatchServer::CheckIsNonBlockCountry(struct MUID const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool)" (?CheckIsNonBlockCountry@MMatchServer@@IAE?BW4COUNT_CODE_STATUS@@ABUMUID@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV45@_N@Z)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilter::IsNotBlockCode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?IsNotBlockCode@MCountryFilter@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV23@@Zreferenced in function "protected: enum COUNT_CODE_STATUS const __thiscall MMatchServer::CheckIsNonBlockCountry(struct MUID const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool)" (?CheckIsNonBlockCountry@MMatchServer@@IAE?BW4COUNT_CODE_STATUS@@ABUMUID@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV45@_N@Z)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilter::GetIPCountryCode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetIPCountryCode@MCountryFilter@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV23@@Zreferenced in function "protected: enum COUNT_CODE_STATUS const __thiscall MMatchServer::CheckIsNonBlockCountry(struct MUID const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool)" (?CheckIsNonBlockCountry@MMatchServer@@IAE?BW4COUNT_CODE_STATUS@@ABUMUID@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV45@_N@Z)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilter::Create(class std::vector<struct BlockCountryCodeInfo *,class std::allocator<struct BlockCountryCodeInfo *> > &,class std::vector<struct IPtoCountry *,class std::allocator<struct IPtoCountry *> > &,class std::vector<struct CustomIP *,class std::allocator<struct CustomIP *> > &)" (?Create@MCountryFilter@@QAE_NAAV?$vector@PAUBlockCountryCodeInfo@@V?$allocator@PAUBlockCountryCodeInfo@@@std@@@std@@AAV?$vector@PAUIPtoCountry@@V?$allocator@PAUIPtoCountry@@@std@@@3@AAV?$vector@PAUCustomIP@@V?$allocator@PAUCustomIP@@@std@@@3@@Zreferenced in function "protected: bool __thiscall MMatchServer::InitCountryFilterDB(void)" (?InitCountryFilterDB@MMatchServer@@IAE_NXZ)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: virtual __thiscall MCountryFilter::~MCountryFilter(void)" (??1MCountryFilter@@UAE@XZreferenced in function "public: virtual __thiscall MMatchServer::~MMatchServer(void)" (??1MMatchServer@@UAE@XZ)
    CSCommonE.lib(MMatchServer.obj) : error LNK2019unresolved external symbol "public: __thiscall MCountryFilter::MCountryFilter(void)" (??0MCountryFilter@@QAE@XZreferenced in function "public: __thiscall MMatchServer::MMatchServer(void)" (??0MMatchServer@@QAE@XZ)
    CSCommonE.lib(MMatchConfig.obj) : error LNK2019unresolved external symbol "bool const __cdecl MGetIPbyHostName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?MGetIPbyHostName@@YA?B_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV12@@Zreferenced in function "private: bool const __thiscall MMatchConfig::LoadMonitorIPnPort(void)" (?LoadMonitorIPnPort@MMatchConfig@@AAE?B_NXZ)
    CSCommonE.lib(MAsyncDBJob.obj) : error LNK2019unresolved external symbol "public: virtual __thiscall CODBCRecordset::~CODBCRecordset(void)" (??1CODBCRecordset@@UAE@XZreferenced in function $L198833
    CSCommonE
    .lib(MMatchDBMgr.obj) : error LNK2001unresolved external symbol "public: virtual __thiscall CODBCRecordset::~CODBCRecordset(void)" (??1CODBCRecordset@@UAE@XZ)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: virtual __thiscall CODBCRecordset::~CODBCRecordset(void)" (??1CODBCRecordset@@UAE@XZ)
    CSCommonE.lib(MAsyncDBJob.obj) : error LNK2019unresolved external symbol "public: virtual int __thiscall CODBCRecordset::Open(char const *,unsigned int,unsigned long)" (?Open@CODBCRecordset@@UAEHPBDIK@Zreferenced in function "public: virtual void __thiscall MAsyncDBJob_Test::Run(void *)" (?Run@MAsyncDBJob_Test@@UAEXPAX@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2001unresolved external symbol "public: virtual int __thiscall CODBCRecordset::Open(char const *,unsigned int,unsigned long)" (?Open@CODBCRecordset@@UAEHPBDIK@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: virtual int __thiscall CODBCRecordset::Open(char const *,unsigned int,unsigned long)" (?Open@CODBCRecordset@@UAEHPBDIK@Z)
    CSCommonE.lib(MAsyncDBJob.obj) : error LNK2019unresolved external symbol "public: __thiscall CODBCRecordset::CODBCRecordset(class MDatabase *)" (??0CODBCRecordset@@QAE@PAVMDatabase@@@Zreferenced in function "public: virtual void __thiscall MAsyncDBJob_Test::Run(void *)" (?Run@MAsyncDBJob_Test@@UAEXPAX@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2001unresolved external symbol "public: __thiscall CODBCRecordset::CODBCRecordset(class MDatabase *)" (??0CODBCRecordset@@QAE@PAVMDatabase@@@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: __thiscall CODBCRecordset::CODBCRecordset(class MDatabase *)" (??0CODBCRecordset@@QAE@PAVMDatabase@@@Z)
    CSCommonE.lib(MAsyncDBJob.obj) : error LNK2019unresolved external symbol "public: int __thiscall MDatabase::IsOpen(void)const " (?IsOpen@MDatabase@@QBEHXZreferenced in function "public: virtual void __thiscall MAsyncDBJob_Test::Run(void *)" (?Run@MAsyncDBJob_Test@@UAEXPAX@Z)
    CSCommonE.lib(MMatchObject.obj) : error LNK2019unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __cdecl MGetStrLocalTime(unsigned short,unsigned short,unsigned short,enum MDateType)" (?MGetStrLocalTime@@YA?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@GGGW4MDateType@@@Zreferenced in function "public: void __thiscall MMatchObject::DisconnectHacker(enum MMatchHackingType)" (?DisconnectHacker@MMatchObject@@QAEXW4MMatchHackingType@@@Z)
    CSCommonE.lib(MMatchServer_Clan.obj) : error LNK2001unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __cdecl MGetStrLocalTime(unsigned short,unsigned short,unsigned short,enum MDateType)" (?MGetStrLocalTime@@YA?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@GGGW4MDateType@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MDatabase::CheckOpen(void)" (?CheckOpen@MDatabase@@QAE_NXZreferenced in function "protected: bool __thiscall MMatchDBMgr::CheckOpen(void)" (?CheckOpen@MMatchDBMgr@@IAE_NXZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: void __thiscall MDatabase::Disconnect(void)" (?Disconnect@MDatabase@@QAEXXZreferenced in function "public: void __thiscall MMatchDBMgr::Disconnect(void)" (?Disconnect@MMatchDBMgr@@QAEXXZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilterDBMgr::GetIPContryCode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long &,unsigned long &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetIPContryCode@MCountryFilterDBMgr@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAK1AAV23@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetIPContryCode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long &,unsigned long &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetIPContryCode@MMatchDBMgr@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAK1AAV23@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilterDBMgr::GetBlockCountryCodeList(class std::vector<struct BlockCountryCodeInfo *,class std::allocator<struct BlockCountryCodeInfo *> > &)" (?GetBlockCountryCodeList@MCountryFilterDBMgr@@QAE_NAAV?$vector@PAUBlockCountryCodeInfo@@V?$allocator@PAUBlockCountryCodeInfo@@@std@@@std@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetBlockCountryCodeList(class std::vector<struct BlockCountryCodeInfo *,class std::allocator<struct BlockCountryCodeInfo *> > &)" (?GetBlockCountryCodeList@MMatchDBMgr@@QAE_NAAV?$vector@PAUBlockCountryCodeInfo@@V?$allocator@PAUBlockCountryCodeInfo@@@std@@@std@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilterDBMgr::GetCustomIP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long &,unsigned long &,bool &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetCustomIP@MCountryFilterDBMgr@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAK1AA_NAAV23@3@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetCustomIP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long &,unsigned long &,bool &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetCustomIP@MMatchDBMgr@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAK1AA_NAAV23@3@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilterDBMgr::GetIPtoCountryList(class std::vector<struct IPtoCountry *,class std::allocator<struct IPtoCountry *> > &)" (?GetIPtoCountryList@MCountryFilterDBMgr@@QAE_NAAV?$vector@PAUIPtoCountry@@V?$allocator@PAUIPtoCountry@@@std@@@std@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetIPtoCountryList(class std::vector<struct IPtoCountry *,class std::allocator<struct IPtoCountry *> > &)" (?GetIPtoCountryList@MMatchDBMgr@@QAE_NAAV?$vector@PAUIPtoCountry@@V?$allocator@PAUIPtoCountry@@@std@@@std@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MCountryFilterDBMgr::GetCustomIPList(class std::vector<struct CustomIP *,class std::allocator<struct CustomIP *> > &)" (?GetCustomIPList@MCountryFilterDBMgr@@QAE_NAAV?$vector@PAUCustomIP@@V?$allocator@PAUCustomIP@@@std@@@std@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetCustomIPList(class std::vector<struct CustomIP *,class std::allocator<struct CustomIP *> > &)" (?GetCustomIPList@MMatchDBMgr@@QAE_NAAV?$vector@PAUCustomIP@@V?$allocator@PAUCustomIP@@@std@@@std@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: int __thiscall CODBCRecordset::GetFieldID(char const *)" (?GetFieldID@CODBCRecordset@@QAEHPBD@Zreferenced in function "public: class CDBField & __thiscall CODBCRecordset::Field(char const *)" (?Field@CODBCRecordset@@QAEAAVCDBField@@PBD@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: int __thiscall CODBCRecordset::GetFieldID(char const *)" (?GetFieldID@CODBCRecordset@@QAEHPBD@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: __thiscall MDatabase::~MDatabase(void)" (??1MDatabase@@QAE@XZreferenced in function "public: virtual __thiscall MMatchDBMgr::~MMatchDBMgr(void)" (??1MMatchDBMgr@@UAE@XZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: virtual __thiscall MCountryFilterDBMgr::~MCountryFilterDBMgr(void)" (??1MCountryFilterDBMgr@@UAE@XZreferenced in function "public: virtual __thiscall MMatchDBMgr::~MMatchDBMgr(void)" (??1MMatchDBMgr@@UAE@XZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall MDatabase::Connect(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?Connect@MDatabase@@QAE_NV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::Connect(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?Connect@MMatchDBMgr@@QAE_NV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall MDatabase::BuildDSNString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?BuildDSNString@MDatabase@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@00@Zreferenced in function "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall MMatchDBMgr::BuildDSNString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?BuildDSNString@MMatchDBMgr@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@00@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: __thiscall MCountryFilterDBMgr::MCountryFilterDBMgr(void)" (??0MCountryFilterDBMgr@@QAE@XZreferenced in function "public: __thiscall MMatchDBMgr::MMatchDBMgr(void)" (??0MMatchDBMgr@@QAE@XZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: __thiscall MDatabase::MDatabase(void)" (??0MDatabase@@QAE@XZreferenced in function "public: __thiscall MMatchDBMgr::MMatchDBMgr(void)" (??0MMatchDBMgr@@QAE@XZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CDBField::AsString(void)const " (?AsString@CDBField@@QBE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@XZreferenced in function "public: bool __thiscall MMatchDBMgr::GetLoginInfo(char const *,unsigned int *,char *)" (?GetLoginInfo@MMatchDBMgr@@QAE_NPBDPAIPAD@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: int __thiscall CDBField::AsInt(void)const " (?AsInt@CDBField@@QBEHXZreferenced in function "public: bool __thiscall MMatchDBMgr::GetLoginInfo(char const *,unsigned int *,char *)" (?GetLoginInfo@MMatchDBMgr@@QAE_NPBDPAIPAD@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: int __thiscall CDBField::AsInt(void)const " (?AsInt@CDBField@@QBEHXZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: void __thiscall MDatabase::ExecuteSQL(char const *)" (?ExecuteSQL@MDatabase@@QAEXPBD@Zreferenced in function "public: bool __thiscall MMatchDBMgr::CreateAccount(char const *,char const *,int,char const *,int,int)" (?CreateAccount@MMatchDBMgr@@QAE_NPBD0H0HH@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: long __thiscall CDBField::AsLong(void)const " (?AsLong@CDBField@@QBEJXZreferenced in function "public: bool __thiscall MMatchDBMgr::GetAccountCharInfo(int,int,struct MTD_CharInfo *)" (?GetAccountCharInfo@MMatchDBMgr@@QAE_NHHPAUMTD_CharInfo@@@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: long __thiscall CDBField::AsLong(void)const " (?AsLong@CDBField@@QBEJXZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: short __thiscall CDBField::AsShort(void)const " (?AsShort@CDBField@@QBEFXZreferenced in function "public: bool __thiscall MMatchDBMgr::GetAccountInfo(unsigned long,struct MMatchAccountInfo *,int)" (?GetAccountInfo@MMatchDBMgr@@QAE_NKPAUMMatchAccountInfo@@H@Z)
    CSCommonE.lib(MMatchDBMgr_AccountItem.obj) : error LNK2001unresolved external symbol "public: short __thiscall CDBField::AsShort(void)const " (?AsShort@CDBField@@QBEFXZ)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall CDBField::AsBool(void)const " (?AsBool@CDBField@@QBE_NXZreferenced in function "public: bool __thiscall MMatchDBMgr::CreateClan(char const *,int,int,int,int,int,bool *,int *)" (?CreateClan@MMatchDBMgr@@QAE_NPBDHHHHHPA_NPAH@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: bool __thiscall CODBCRecordset::InsertBinary(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,unsigned char *,int)" (?InsertBinary@CODBCRecordset@@QAE_NV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAEH@Zreferenced in function "public: bool __thiscall MMatchDBMgr::UpdateQuestItem(int,class MQuestItemMap &,class MQuestMonsterBible &)" (?UpdateQuestItem@MMatchDBMgr@@QAE_NHAAVMQuestItemMap@@AAVMQuestMonsterBible@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: class CDBBinary __thiscall CODBCRecordset::SelectBinary(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?SelectBinary@CODBCRecordset@@QAE?AVCDBBinary@@V?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::GetCharQuestItemInfo(class MMatchCharInfo *)" (?GetCharQuestItemInfo@MMatchDBMgr@@QAE_NPAVMMatchCharInfo@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "public: class ATL::COleDateTime __thiscall CDBField::AsDate(void)const " (?AsDate@CDBField@@QBE?AVCOleDateTime@ATL@@XZreferenced in function "public: bool __thiscall MMatchDBMgr::GetAccountPenaltyInfo(unsigned long,class MMatchAccountPenaltyInfo *)" (?GetAccountPenaltyInfo@MMatchDBMgr@@QAE_NKPAVMMatchAccountPenaltyInfo@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "bool __cdecl SplitStrIP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<unsigned char,class std::allocator<unsigned char> > &)" (?SplitStrIP@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@EV?$allocator@E@std@@@2@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::InsertConnLog(int,char const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?InsertConnLog@MMatchDBMgr@@QAE_NHPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
    CSCommonE.lib(MMatchDBMgr.obj) : error LNK2019unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __cdecl MGetStrLocalTime(enum MDateType)" (?MGetStrLocalTime@@YA?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4MDateType@@@Zreferenced in function "public: bool __thiscall MMatchDBMgr::SetBlockHacking(unsigned long,unsigned long,unsigned char,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char)" (?SetBlockHacking@MMatchDBMgr@@QAE_NKKEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0E00E@Z)
    CSCommonE.lib(MMatchDebug.obj) : error LNK2019unresolved external symbol _WriteCrashInfo referenced in function "void __cdecl ReportBufferOverrun(int,void *)" (?ReportBufferOverrun@@YAXHPAX@Z)
    CSCommonE.lib(MMatchDebug.obj) : error LNK2019unresolved external symbol "char const * __cdecl MGetLogFileName(void)" (?MGetLogFileName@@YAPBDXZreferenced in function "void __cdecl ReportBufferOverrun(int,void *)" (?ReportBufferOverrun@@YAXHPAX@Z)
    Runtime/Gunz.exe fatal error LNK112053 unresolved externals
    </pre></table><table width=100bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
    Results
    </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
    Build log was saved at "file://c:\Users\patrick\Downloads\Duluxe Source RageZone\Stable\Gunz\KOR_Release_publish\BuildLog.htm"
    Gunz 219 error(s), 0 warning(s)</pre></table><table   width=100height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
    </font></table></body></html

  14. #14
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Help Error compile source 1.5 runable deluxe

    You didn't remove the need for the revisions batch file. Project -> GunZ Properties (or Settings.. Whatever) -> Build Events -> Pre Build Event -> Exclude From Build -> Yes ---- http://www.codeproject.com/KB/cpp/Un...orter/0007.jpg - This is what it looks like.

    You have a shit ton of unresolved's during linking. Clean the solution and rebuild.

  15. #15
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    the error still remainserrorsourcedos.png

  16. #16
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Help Error compile source 1.5 runable deluxe

    A) Have you made any edits?
    B) Your linking shows different in the logs...? (EG; one says "../../sdk" yet another link dir is specified as "../sdk/dx9") - I honestly can not recall ever seeing that.
    C) What exactly do you see in CXR and XTRAP? Remove those preprocessor directives from the GunZ properties -> C++ -> Preprocessor field.
    D) It doesn't really seem you are building CML, CSCommon, MDatabase, etc. - Are you just building the GunZ project? If yes, do not build each project separately, build the entire solution at once.

  17. #17
    Proficient Member hichay is offline
    MemberRank
    Oct 2010 Join Date
    174Posts

    Re: Help Error compile source 1.5 runable deluxe

    I know this error. u should Rebuild cryptopp again.
    Thanks me if it useful

  18. #18
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: Help Error compile source 1.5 runable deluxe

    help me in teamviewer id 387 948 306 pw 1329

  19. #19
    Proficient Member hichay is offline
    MemberRank
    Oct 2010 Join Date
    174Posts

    Re: Help Error compile source 1.5 runable deluxe

    wait me

  20. #20
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Help Error compile source 1.5 runable deluxe

    Quote Originally Posted by hichay View Post
    i know this error. U should rebuild cryptopp again.
    Thanks me if it useful

    this.



Advertisement