• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Gunz Source

Newbie Spellweaver
Joined
Mar 2, 2013
Messages
33
Reaction score
0
1>------ Build started: Project: CSCommon, Configuration: _Encrypt_KOR_Release_publish Win32 ------1> stdafx.cpp
1>C:\Program Files\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
1> C:\Program Files\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : see declaration of 'MBCS_Support_Deprecated_In_MFC'
1> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
1>c:\users\gabri\desktop\source\source\source_code\stable\cscommon\include\MMatchGlobal.h(62): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator'
1> c:\program files\windows kits\8.1\include\um\VSStyle.h(891) : see declaration of 'MSM_NORMAL'
2>------ Build started: Project: Gunz, Configuration: KOR_Release_publish Win32 ------
2> stdafx.cpp
2>C:\Program Files\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
2> C:\Program Files\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : see declaration of 'MBCS_Support_Deprecated_In_MFC'
2> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
2>c:\users\gabri\desktop\source\source\source_code\stable\cscommon\include\MMatchGlobal.h(62): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator'
2> c:\program files\windows kits\8.1\include\um\VSStyle.h(891) : see declaration of 'MSM_NORMAL'
========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========

Solution?:(
 
Newbie Spellweaver
Joined
Mar 2, 2013
Messages
33
Reaction score
0
i9^cimgpsh_ori - Gunz Source - RaGEZONE Forums

:(::(:
 

Attachments

You must be registered for see attachments list
Upvote 0
Skilled Illusionist
Joined
Oct 3, 2011
Messages
300
Reaction score
48
To this.

Code:
// 서버모드
enum MMatchServerMode
{
	MSM_NORMALS		= 0,		// 일반
	MSM_CLAN		= 1,		// 클랜전 전용 서버
	MSM_LADDER		= 2,		// 래더 전용 서버
	MSM_EVENT		= 3,		// 이벤트 서버
	MSM_TEST		= 4,		// 테스트 서버
	MSM_MAX,

	MSM_ALL			= 100,		// event에만 사용된다.
};
 
Upvote 0
Back
Top