Debuggin Problem, 1067



  • hi,

    ich habe ein problem beim debuggen meines vc6 projektes. im release modus kann ich das projekt (eine .dll) ohne probleme kompilieren. wenn ich es allerdings im debug modus versuche kommt immer die fehlermeldung:

    \microsoft visual studio\vc98\include\utility(21) : fatal error C1067: compiler limit : debug information module size exceeded

    hat jemand eine idee wie ich evtl. das limit höher setzen kann?!

    bin für jede hilfe dankbar!

    gary



  • Wenn du mal in die MSDN geguckt hättest, der Text scheint mir doch hilfreich zu sein:

    compiler limit : debug information module size exceeded

    This error can be caused by a symbol with a decorated name that exceeds 247 characters.

    Shorten the name of the symbol.


Anmelden zum Antworten