[Help] coding

Results 1 to 5 of 5
  1. #1
    Enthusiast gowtham004 is offline
    MemberRank
    Apr 2017 Join Date
    48Posts

    note [Help] coding

    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 ~!!


  2. #2
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: [Help] coding

    Are you using Visual Studio 2003? This source needs that, or if you're using Visual Studio 2012 or higher you need to port the source over to it.

  3. #3
    Enthusiast gowtham004 is offline
    MemberRank
    Apr 2017 Join Date
    48Posts

    Re: [Help] coding

    I'm using visual studio 10 c++ express. And tell how to port the source over it...?

    - - - Updated - - -

    Quote Originally Posted by AuroraUK View Post
    Are you using Visual Studio 2003? This source needs that, or if you're using Visual Studio 2012 or higher you need to port the source over to it.
    I'm using visual studio 10 c++ express. And tell how to port the source over it...?

  4. #4
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: [Help] coding

    Quote Originally Posted by gowtham004 View Post
    I'm using visual studio 10 c++ express. And tell how to port the source over it...?

    - - - Updated - - -


    I'm using visual studio 10 c++ express. And tell how to port the source over it...?
    http://forum.ragezone.com/f497/tutor...-1-5-a-941041/

  5. #5
    Enthusiast gowtham004 is offline
    MemberRank
    Apr 2017 Join Date
    48Posts

    Re: [Help] coding

    That one only I did it and got an error I don't know how to solve it then I posted here. You can fix the code? I'm near to built gunz =======6 built ====4 Fail==========0 Up-to-date========0 skipped========
    I got error that failed me in 4 help me...



Advertisement