• 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.

[Help][[Tutorial] How to build Gunz 1.5 in Visual Studio 2012] In coding..

Newbie Spellweaver
Joined
Apr 1, 2017
Messages
47
Reaction score
1
In Jur13'n Source Code I Got an Error when I was Build it(CSCommon) in afxtempl.h


Error 1 :- 1>C:\Users\gowth\Desktop\Gunz\Gunz\Gregon13Source\Gregon13Source\CSCommon\Include\afxtempl.h(776): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Code:-
template<class TYPE, class ARG_TYPE>CList<TYPE, ARG_TYPE>::CNode;*CList<TYPE, ARG_TYPE>::NewNode(CList::CNode* pPrev, CList::CNode* pNext)

Error 2:-
1>C:\Users\gowth\Desktop\Gunz\Gunz\Gregon13Source\Gregon13Source\CSCommon\Include\afxtempl.h(776): fatal error C1903: unable to recover from previous error(s); stopping compilation

Code:-
template<class TYPE, class ARG_TYPE>CList<TYPE, ARG_TYPE>::CNode;*CList<TYPE, ARG_TYPE>::NewNode(CList::CNode* pPrev, CList::CNode* pNext)



Help Me Please~!!:*::*::*:
 
Back
Top