Error compiling Debug DLL

Thomas SG

CCV-designer
Joined
Aug 10, 2007
Messages
1,164
Location
Germany
I've got a problem here. I've tried to compile a debug DLL but failed. This is the message I get from the compiler:

PHP:
1>C:/Program Files\Microsoft Visual C++ Toolkit 2003\include\memory(498) : fatal error C1067: compiler limit : debug information module size exceeded
1>NMAKE : fatal error U1077: ""C:/Program Files/Microsoft Visual C++ Toolkit 2003/bin/cl.exe"": R³ckgabe-Code "0x2"
1>Stop.
1>Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zurückgegeben: "Die Makefile-Projektaktionen werden ausgeführt."
1>Das Buildprotokoll wurde unter "file://c:\Users\Thomas\Desktop\CvGameCoreDLL\Debug\BuildLog.htm" gespeichert.
1>CvGameCoreDLL - 3 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========

Can anybody tell me what is going wrong here?
 
I guess this post can solve your problem.

I wouldn't count on the attached files, though, since they're quite old.
 
You can "fix" it by disabling on of the compiler options that adds a lot of debug information. /Zi or something.
 
Top Bottom