========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========
Just two more :D
I have the error here:
(MGridMap.h)Code:struct HREF { MRefCell* pRefCell; MRefCell::iterator RefIterator; };
FULL ERROR LOG:
I need help with the buildlng, Hope u can help me ..Code:1>------ Build started: Project: CSCommon, Configuration: _Encrypt_KOR_Release_publish Win32 ------ 1>Build started 05/04/2012 19:39:13. 1>InitializeBuildStatus: 1> Touching "_Encrypt_KOR_Release_publish\CSCommon.unsuccessfulbuild". 1>ClCompile: 1> stdafx.cpp 1>F:\Gunz\Stable\CSCommon\Include\stdafx.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h) 1>F:\Gunz\Stable\CSCommon\MFeatureDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>f:\gunz\stable\cscommon\include\MLocaleDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>F:\Gunz\Stable\CML\Include\MDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>f:\gunz\stable\cscommon\include\MMatchDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>F:\Gunz\Stable\CML\Include\MXml.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>f:\gunz\stable\cscommon\include\MUID.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 1>f:\gunz\stable\cscommon\include\MMatchGlobal.h(63): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator' 1> d:\program files\microsoft sdks\windows\v7.0a\include\VSStyle.h(821) : see declaration of 'MSM_NORMAL' 1>f:\gunz\stable\cscommon\include\MGridMap.h(32): warning C4346: 'MGridMap<_T>::MRefCell::iterator' : dependent name is not a type 1> prefix with 'typename' to indicate a type 1> f:\gunz\stable\cscommon\include\MGridMap.h(30) : see reference to class template instantiation 'MGridMap<_T>::HREF' being compiled 1> f:\gunz\stable\cscommon\include\MGridMap.h(214) : see reference to class template instantiation 'MGridMap<_T>' being compiled 1>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C2146: syntax error : missing ';' before identifier 'RefIterator' 1>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:42.25 2>------ Build started: Project: Gunz, Configuration: Release Win32 ------ 2>Build started 05/04/2012 19:40:02. 2>InitializeBuildStatus: 2> Touching "Release\Gunz.unsuccessfulbuild". 2>ClCompile: 2> stdafx.cpp 2>stdafx.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>f:\gunz\stable\gunz\stdafx.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h) 2>f:\gunz\stable\gunz\../CSCommon/MFeatureDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>F:\Gunz\Stable\CML\Include\MXml.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>F:\Gunz\Stable\CML\Include\MUtil.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>F:\Gunz\Stable\CML\Include\MDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>F:\Gunz\Stable\CSCommon\Include\MUID.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss 2>f:\gunz\stable\cscommon\include\MGridMap.h(32): warning C4346: 'MGridMap<_T>::MRefCell::iterator' : dependent name is not a type 2> prefix with 'typename' to indicate a type 2> f:\gunz\stable\cscommon\include\MGridMap.h(30) : see reference to class template instantiation 'MGridMap<_T>::HREF' being compiled 2> f:\gunz\stable\cscommon\include\MGridMap.h(214) : see reference to class template instantiation 'MGridMap<_T>' being compiled 2>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C2146: syntax error : missing ';' before identifier 'RefIterator' 2>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>f:\gunz\stable\cscommon\include\MMatchGlobal.h(63): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator' 2> d:\program files\microsoft sdks\windows\v7.0a\include\VSStyle.h(821) : see declaration of 'MSM_NORMAL' 2> 2>Build FAILED. 2> 2>Time Elapsed 00:00:39.32 ========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========


Reply With Quote


