Build Error - compiler limit

Results 1 to 2 of 2
  1. #1
    Member iFinn is offline
    MemberRank
    Dec 2013 Join Date
    62Posts

    Build Error - compiler limit

    Compiling...
    stdafx.cpp
    WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
    ../CSCommon\Include\MSharedCommandTable.h(517) : warning C4005: 'MC_NEWQUEST_PEER_NPC_ATTACK_MELEE' : macro redefinition
    ../CSCommon\Include\MSharedCommandTable.h(516) : see previous definition of 'MC_NEWQUEST_PEER_NPC_ATTACK_MELEE'


    c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xtree(267) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit


    Build log was saved at "file://c:\Finn\Gunz\INTER_Release_publish\BuildLog.htm"
    Gunz - 1 error(s), 1 warning(s)

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

    Build: 9 succeeded, 1 failed, 0 skipped

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


    Build: 9 succeeded, 1 failed, 0 skipped
    using vs 2003
    Help?


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Build Error - compiler limit

    /Zm200 in CSCommon Properties



Advertisement