Score Arena Error

Results 1 to 3 of 3
  1. #1
    Apprentice Meridow is offline
    MemberRank
    Jun 2012 Join Date
    11Posts

    Score Arena Error

    Hey i have add score arena and compile i have error :
    MoverRender.cpp(10) : error C2146: syntax error : missing ';' before identifier 'g_ArenaScore'
    MoverRender.cpp(10) : error C2501: 'g_ArenaScore' : missing storage-class or type specifiers
    MoverRender.cpp(1663) : error C2228: left of '.m_szNameRuler' must have class/struct/union type

    Help me pliz thanks


  2. #2
    Member wastedpeng is offline
    MemberRank
    Dec 2011 Join Date
    Brimful of AshaLocation
    79Posts

    Re: Score Arena Error

    Error c2228 means you forgot to define file in your code

    Error c2501 means you have spelled or capitilized something wrong in your code
    other error has the same thing i believe

    goodluck

  3. #3
    Apprentice Meridow is offline
    MemberRank
    Jun 2012 Join Date
    11Posts

    Re: Score Arena Error

    My code :
    #include "ArenaScoreClient.h"
    extern CArenaScore g_ArenaScore;
    #endif



Advertisement