Error Compile ChallengeQuest

Results 1 to 1 of 1
  1. #1
    Member qqq1 is offline
    MemberRank
    Apr 2011 Join Date
    koreaLocation
    73Posts

    Error Compile ChallengeQuest

    i install DXSDK_Jun10

    use VS2010 Ultimate


    PHP Code:
    1>------ Build startedProjectGunzConfigurationKOR_Release_publish Win32 ------
    1>Build started 2012-08-06 오전 11:40:36.
    1
    >InitializeBuildStatus:
    1>  Touching "KOR_Release_publish\Gunz.unsuccessfulbuild".
    1>PreBuildEvent:
    1>  'svn'(내부 또는 외부 명령실행할 수 있는 프로그램또는
    1
    >  배치 파일이 아닙니다.
    1>  Load failed 'revision.xml' 
    1>ClCompile:
    1>  stdafx.cpp
    1
    >  _WIN32_WINNT not definedDefaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C2146syntax error missing ';' before identifier 'PVOID64'
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C4430missing type specifier int assumedNoteC++ does not support default-int
    1
    >C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C2146syntax error missing ';' before identifier 'Buffer'
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430missing type specifier int assumedNoteC++ does not support default-int
    1
    >C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430missing type specifier int assumedNoteC++ does not support default-int
    1
    >c:\users\administrator\desktop\gunz\sdk\dx9\include\d3d9types.h(1390): warning C4819The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
    1
    >C:\Users\Administrator\Desktop\gunz\Mint2\Include\MListBox.h(86): warning C4996'strcpy'This function or variable may be unsafeConsider using strcpy_s insteadTo disable deprecation, use _CRT_SECURE_NO_WARNINGSSee online help for details.
    1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
    1>c:\users\administrator\desktop\gunz\gunz\ZObjectVMesh.h(57): error C2039'SetDrawTrackSize' is not a member of 'RealSpace2::RVisualMesh'
    1>          C:\Users\Administrator\Desktop\gunz\RealSpace2\Include\RVisualMesh.h(211) : see declaration of 'RealSpace2::RVisualMesh'
    1>
    1>Build FAILED.
    1>
    1>Time Elapsed 00:00:04.58
    ========== Build0 succeeded1 failed0 up-to-date0 skipped ========== 

    error list :


    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C2146: syntax error : missing ';' before identifier 'PVOID64'
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C2146: syntax error : missing ';' before identifier 'Buffer'
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int


    c:\users\administrator\desktop\gunz\gunz\ZObjectVMesh.h(57): error C2039: 'SetDrawTrackSize' : is not a member of 'RealSpace2::RVisualMesh'

    help!!!!T.T
    Last edited by qqq1; 06-08-12 at 06:04 AM.




Advertisement