QuickJobChange Source

Results 1 to 2 of 2
  1. #1
    Newbie Injoker is offline
    MemberRank
    Jan 2012 Join Date
    17Posts

    QuickJobChange Source

    PHP Code:
    ------ Build startedProjectNeuzConfigurationNoGameguard Win32 ------

    Compiling...
    Respawn.cpp
    MoverParam
    .cpp
    Mover
    .cpp
    c
    :\edited1\Official Source\_Common\honor.h(13) : error C2011'HonorData' 'struct' type redefinition
            
    ..\_Common\honor.h(13) : see declaration of 'HonorData'
    c:\edited1\Official Source\_Common\honor.h(27) : error C2011'EarnedTitle' 'struct' type redefinition
            
    ..\_Common\honor.h(27) : see declaration of 'EarnedTitle'
    c:\edited1\Official Source\_Common\honor.h(34) : error C2011'CTitleManager' 'class' type redefinition
            
    ..\_Common\honor.h(34) : see declaration of 'CTitleManager'
    WndRankWar.cpp
    NPGameLib
    .cpp
    Neuz
    .cpp
    DPClient
    .cpp
    ..\_Common\honor.h(13) : error C2011'HonorData' 'struct' type redefinition
            
    ..\_Common\honor.h(13) : see declaration of 'HonorData'
    ..\_Common\honor.h(27) : error C2011'EarnedTitle' 'struct' type redefinition
            
    ..\_Common\honor.h(27) : see declaration of 'EarnedTitle'
    ..\_Common\honor.h(34) : error C2011'CTitleManager' 'class' type redefinition
            
    ..\_Common\honor.h(34) : see declaration of 'CTitleManager'
    CampusHelper.cpp
    Generating Code
    ...

    Build log was saved at "file://c:\edited1\Output\Neuz\Neuz.exe\BuildLog.htm"
    Neuz 6 error(s), 0 warning(s)


    ---------------------- 
    Done ----------------------

        
    Build0 succeeded1 failed0 skipped 
    I have this error while compiling.. how can i fix this? anyone i need help :/


  2. #2
    Elite Member Charles101 is offline
    Member +Rank
    Feb 2012 Join Date
    Saint MorningLocation
    241Posts

    Re: QuickJobChange Source

    You have defined HonorData,EarnedTitle and CTitleManager Twice.
    go to the file where you've put that structure or class and double check if you have defined it twice. :D



Advertisement