Compiler out of heap space
-
Getting Fatal Error C1060 even though I cleared up the audio folder and the image folder.
Image folder is at 3.17MB and Audio at 1,86MB and from what I've been able to read this should be more than okay.Is there anything else that can trigger this? Any other folder that might have an impact?
-
@IsoWalle This means the compiler has run out of memory. It could be that you need more RAM, although if you were previously able to compile that shouldn't be the case. Another solution is to limit the number of threads Visual Studio is using - you'll need to Google how to do this because I can't remember.
-
@IsoWalle -- also make sure that you have the complier flag /bigObj set ....
From memory... iin Visual Studio:
Project/Preferences/C++ settings
and in the additional text box at the bottom make sure you have
/bigObj
-
@Lindon isn't the bigobj flag in the jucer extra compiler flags enough?
-
@ustk possibly..