Visual Studio Express: fatal error c1060, the compiler is out of heap space
问题 I'm trying to build a program from its source code with VC 11 and when the compiler is going to finish, it raises the error in title. As I've read here and in other forums, I've alteady tried both to close as many programs as possibile and to enlarge the size of the swap file in Windows...they don't work. I've read about a parameter called \Zm but I don't understand how to use it. Can you please help me? 回答1: Take a look at this documentation which gives possible solutions: I also had that