Das verstehen dieses Problems kenne ich und weiss was es bedeutet, aber leider scheiterts bei der Umsetzung.
Habe meinen Computer Formatiert dann ging es auch kurzfristrig wieder, aber nach einer weile kam dieses Problem ernaut auf.
Dies habe ich versucht indem ich dort /zm200 bis hin zu /zm2000 eingetragen habe, aber dann folgt die Fehlermeldung das er es ignoriert.Quote:
In prior versions of Visual C++, the compiler used a number of discrete heaps, each of which has a finite limit. The compiler now dynamically grows the heaps as necessary, only requiring a fixed size for the memory allocated to the precompiled header. Exceeding precompiled header's heap size limits occurs only in rare circumstances involving very large or very complex programs. Should your program exceed these limits, use /Zm to scale the total size of all of the limits.
Note In most cases, use of this compiler option is not necessary. Use it if compiling your program causes error message C1076.
To set this compiler option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the C/C++ folder.
Click the Command Line property page.
Type the compiler option in the Additional Options box.
Ich benutze vs2003, würde auch gerne weiterhin vs2003 weiterhin benutzen.






