Compiler is out of heap space - MSVC 2017 #4820
Replies: 3 comments
-
Perhaps this is the problem: https://developercommunity.visualstudio.com/t/c1060-with-nested-structures/329102 Or this: Did you try switching to a newer Visual Studio? |
Beta Was this translation helpful? Give feedback.
-
Among the prerequisites is Visual C++ 17, using another version solves the "out of heap space" issue, but a simple example fails to link to a inexistant library
I have had a similar issue check conversation, so I avoid using different VS versions |
Beta Was this translation helpful? Give feedback.
-
So the issue with missing PocoFoundationd.lib is maybe due to the fact that I built Poco in Release mode (default), and tried to build my example in Debug mode, or the opposite. |
Beta Was this translation helpful? Give feedback.
-
OS : Windows 11
I get the following build error :
I tried lowering the memory allocation limit with the /Zm flag, as more heap space memory is allocated, but I still can't build the project.
This link suggest the following :
Beta Was this translation helpful? Give feedback.
All reactions