Source of Cat Gunz

Results 1 to 9 of 9
  1. #1
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Source of Cat Gunz

    Okay so i got the Cat Gunz source only becuase it has all the game modes compiled into one. I built these both in VS 2003 and VS 2010 and i get errors in both and im not talking about small amounts of errors, i get like 100+.

    VS 2003 errors: 75 errors
    Spoiler:

    PHP Code:
    c:\Users\Chris\Desktop\Source\RealSpace2\Source\RAnimationNode.cpp(2): fatal error C1083Cannot open include file'RAnimationNode.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RAniEventInfo.cpp(2): fatal error C1083Cannot open include file'RAniEventInfo.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RAnimation.cpp(3): fatal error C1083Cannot open include file'RAnimation.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RAStar.cpp(2): fatal error C1083Cannot open include file'RAStar.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RBoundary.cpp(2): fatal error C1083Cannot open include file'RBoundary.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RBspObject.cpp(9): fatal error C1083Cannot open include file'RBspObject.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RCharCloth.cpp(3): fatal error C1083Cannot open include file'RCharCloth.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RCloth.cpp(2): fatal error C1083Cannot open include file'RCloth.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RCollisionDetection.cpp(2): fatal error C1083Cannot open include file'RCollisionDetection.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RCylinder.cpp(2): fatal error C1083Cannot open include file'Rcylinder.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RDummyList.cpp(3): fatal error C1083Cannot open include file'RDummyList.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RFrameWork.cpp(4): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RealSpace2.cpp(2): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RCamera.cpp(2): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RBaseTexture.cpp(2): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RSolidBsp.cpp(3): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RRoam.cpp(24): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RPVS.cpp(2): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RLenzFlare.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RDynamicLight.cpp(2): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMeshNode.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMeshMgr.cpp(6): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMesh_Render.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMesh_Mtrl.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMesh_Load.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMesh_Frame.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMesh.cpp(8): fatal error C1083Cannot open include file'RealSpace2.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RError.cpp(2): fatal error C1083Cannot open include file'RError.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RFont.cpp(3): fatal error C1083Cannot open include file'RFont.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RLightList.cpp(3): fatal error C1083Cannot open include file'RLightList.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMaterialList.cpp(5): fatal error C1083Cannot open include file'RMaterialList.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RAnimationMgr.cpp(2): fatal error C1083Cannot open include file'RMesh.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RAnimationFile.cpp(2): fatal error C1083Cannot open include file'RMesh.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RVisualMeshUtil.cpp(2): fatal error C1083Cannot open include file'RMeshMgr.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RVisualMeshMgr.cpp(2): fatal error C1083Cannot open include file'RMeshMgr.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RVisualMesh.cpp(2): fatal error C1083Cannot open include file'RMeshMgr.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMeshNodeData.cpp(3): fatal error C1083Cannot open include file'RMeshNodeData.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMeshNodeStringTable.cpp(3): fatal error C1083Cannot open include file'RMeshNodeStringTable.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMeshUtil.cpp(2): fatal error C1083Cannot open include file'RMeshUtil.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RHalfEdgeMesh.cpp(3): fatal error C1083Cannot open include file'RMeshUtil.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RMtrl.cpp(2): fatal error C1083Cannot open include file'RMtrl.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RNavigationMesh.cpp(2): fatal error C1083Cannot open include file'RNavigationMesh.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RNavigationNode.cpp(2): fatal error C1083Cannot open include file'RNavigationNode.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\ROcclusionList.cpp(3): fatal error C1083Cannot open include file'ROcclusionList.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RParticleSystem.cpp(2): fatal error C1083Cannot open include file'RParticleSystem.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RShaderMgr.cpp(6): fatal error C1083Cannot open include file'RShaderMgr.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RSphere.cpp(2): fatal error C1083Cannot open include file'RSphere.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RToken.cpp(2): fatal error C1083Cannot open include file'RToken.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\Gunz\stdafx.h(112): fatal error C1083Cannot open include file'rtypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchServer_OnCommand.cpp(15): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchServer_Login.cpp(16): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\CSCommon\MMatchServer_AntiHack.cpp(12): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchServer.cpp(24): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchWorldItem.cpp(11): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    c
    :\Users\Chris\Desktop\Source\RealSpace2\Source\RTypes.cpp(4): fatal error C1083Cannot open include file'RTypes.h'No such file or directory
    cml fatal error LNK1181
    cannot open input file 'lib\zlib.lib'
    c:\Users\Chris\Desktop\Source\cml\source\MInetUtil.cpp(37): warning C4018'<=' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\cml\source\MZFileSystem.cpp(838): warning C4018'>' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchCharBRInfo.cpp(65): warning C4018'>' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchObject.cpp(633): warning C4018'>' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchActiveTrapMgr.cpp(114): warning C4018'>' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MCommandParameter.cpp(401): warning C4018'>' signed/unsigned mismatch
    c
    :\Users\Chris\Desktop\Source\cml\source\MXml.cpp(791): warning C4101'e' unreferenced local variable
    c
    :\Users\Chris\Desktop\Source\cml\source\MXml.cpp(813): warning C4101'e' unreferenced local variable
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchStage.cpp(724): warning C4101'sp_name' unreferenced local variable
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(45): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(45): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(45): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(50): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(50): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchRuleCTF.cpp(50): warning C4244'argument' conversion from 'double' to 'const float'possible loss of data
    c
    :\Users\Chris\Desktop\Source\cml\source\MDebug.cpp(212): warning C4535calling _set_se_translator() requires /EHa
    c
    :\Users\Chris\Desktop\Source\CSCommon\Source\MMatchConfig.cpp(259): warning C4800'int' forcing value to bool 'true' or 'false' (performance warning)
    c:\Users\Chris\Desktop\Source\CSCommon\Source\MMatchConfig.cpp(312): warning C4800'int' forcing value to bool 'true' or 'false' (performance warning)
    c:\Users\Chris\Desktop\Source\CSCommon\Source\MMatchConfig.cpp(316): warning C4800'int' forcing value to bool 'true' or 'false' (performance warning


    VS 2010 errors: 88 errors
    Spoiler:

    PHP Code:
    Error    58    error C2065'i' undeclared identifier    C:\Users\Chris\Desktop\Source\cml\Source\FileInfo.cpp    350
    Error    92    error C2664
    'BOOL (HANDLE,PENUMLOADED_MODULES_CALLBACK,PVOID)' cannot convert parameter 2 from 'overloaded-function' to 'PENUMLOADED_MODULES_CALLBACK'    C:\Users\Chris\Desktop\Source\cml\Source\MPdb.cpp    436
    Error    96    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\cml\Source\MProfiler.cpp    103
    Error    97    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\cml\Source\MProfiler.cpp    103
    Error    98    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\cml\Source\MProfiler.cpp    103
    Error    99    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\cml\Source\MProfiler.cpp    104
    Error    213    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    214    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    215    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    216    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    217    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    218    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    219    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    220    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    221    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    222    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    224    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    225    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    226    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    227    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    228    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    229    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    230    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    231    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    232    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    233    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    234    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    90
    Error    235    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    91
    Error    236    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    102
    Error    237    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    103
    Error    238    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    104
    Error    239    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    105
    Error    240    error C3861
    'OutputDebugStr'identifier not found    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundEffect.cpp    106
    Error    243    error C1903
    unable to recover from previous error(s); stopping compilation    C:\Users\Chris\Desktop\Source\RealSound\c1xx
    Error    244    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    245    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    246    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    247    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    248    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    249    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    250    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    251    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    252    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    253    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    254    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    255    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    256    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    257    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    258    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    274    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    275    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    277    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    282    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    284    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    285    error C1083
    Cannot open include file'RealSpace2.h'No such file or directory    C:\Users\Chris\Desktop\Source\RealSound\Source\RealSoundWaveFile.cpp    15
    Error    286    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    287    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    288    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    289    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    290    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    296    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MBButtonLook.cpp    14
    Error    297    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MBButtonLook.cpp    14
    Error    298    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MBButtonLook.cpp    14
    Error    299    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MBButtonLook.cpp    15
    Error    324    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MEdit.cpp    603
    Error    368    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    230
    Error    369    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    230
    Error    370    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    230
    Error    371    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    231
    Error    372    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    245
    Error    373    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    245
    Error    374    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    245
    Error    375    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MPopupMenu.cpp    246
    Error    406    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MDrawContext.cpp    696
    Error    407    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MDrawContext.cpp    697
    Error    467    error C2440
    '=' cannot convert from 'const char *' to 'char *'    C:\Users\Chris\Desktop\Source\Mint2\Source\MIDLResource.cpp    2860
    Error    468    error C2440
    '=' cannot convert from 'const char *' to 'char *'    C:\Users\Chris\Desktop\Source\Mint2\Source\MIDLResource.cpp    2861
    Error    471    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MResourceManager.cpp    46
    Error    472    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MResourceManager.cpp    46
    Error    473    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MResourceManager.cpp    46
    Error    474    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MResourceManager.cpp    47
    Error    475    error C2065
    'i' undeclared identifier    C:\Users\Chris\Desktop\Source\Mint2\Source\MResourceManager.cpp    49
    Error    478    error C2146
    syntax error missing ';' before identifier 'PVOID64'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    479    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    290
    Error    480    error C2146
    syntax error missing ';' before identifier 'Buffer'    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    481    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    482    error C4430
    missing type specifier int assumedNoteC++ does not support default-int    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h    8992
    Error    484    error C1083
    Cannot open include file'rtypes.h'No such file or directory    c:\users\chris\desktop\source\gunz\stdafx.h    112 


    Can anyone tell me how to fix?

    Thanks


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Source of Cat Gunz

    I'm going to put this in the nicest english way possible.

    You do not have le files for teh program. If you read teh err0r in 2003 u shud c dey has no .cpp files, missing around 30 files.

    Please read your errors before just posting this as your error already tells you, you are missing files.

  3. #3
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Source of Cat Gunz

    Yeah no shit sherlock, the files are there thats why im posting this.

  4. #4
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: Source of Cat Gunz

    Did you try putting the RealSpace2/Include files in RealSpace2/Source? Anyways, you interested me in CatGunz. I'm taking a look.

  5. #5
    Member milagrogunz is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: Source of Cat Gunz

    decompiles VS 2003 without errors, here is the copy source half and replace
    CatGunz half full

    link : http://rapidshare.com/files/31440651...atGunz%202.rar

  6. #6
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: Source of Cat Gunz

    You mean this is the original, and we have to replace your earlier released with these files?

  7. #7
    Member milagrogunz is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: Source of Cat Gunz

    Yes
    solution

  8. #8
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Source of Cat Gunz

    Thanks milagrogunz, i used this and it worked for me.

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

    Re: Source of Cat Gunz

    can any one re upload cat gunz?



Advertisement