qrc_resources.cpp fatal error C1060: compiler is out of heap space
-
Ok the error has changed again, now:
C1001: An internal error has occurred in the compiler.And it stopped on the resource file that contains files that I don't think are relevant:
<RCC> <qresource prefix="/"> <file>distribution_support/qt.conf</file> <file>sortexS_tr.ts</file> <file>sortexS_th.ts</file> <file>sortexS_es.ts</file> <file>sortexS_en.ts</file> <file>sortexS_ru.ts</file> <file>sortexS_fr.ts</file> <file>sortexS_it.ts</file> <file>sortexS_vi.ts</file> <file>sortexS_pt.ts</file> <file>sortexS_kr.ts</file> <file>sortexS_xx.ts</file> <file>sortexS_xy.ts</file> <file>malgun.ttf</file> <file>runui.bat</file> </qresource> </RCC> -
How heavy are these images ?
How big is these files ? -
Yes, I meant their size.
-
Ok, so nothing really unusual. How big are the generated cpp files ?
-
Sorry, I meant the cpp files generated by rcc.
-
@SGaist , The dimensions of the images again are icon sizes's so all quite small, they're is just a lot of them.
-
I started getting "1060 Out of heap space" when I upgraded to Qt 6 and VS 2022. The "-std:c++17" flag triggers it.
The solution was to update to VS 2022 ver. 17.14.
This may be unrelated, but I'm posting it to help anyone else coming here with this problem.