From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-December/000779.html | 71 +++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 pipermail/nel/2001-December/000779.html (limited to 'pipermail/nel/2001-December/000779.html') diff --git a/pipermail/nel/2001-December/000779.html b/pipermail/nel/2001-December/000779.html new file mode 100644 index 00000000..e1c62a26 --- /dev/null +++ b/pipermail/nel/2001-December/000779.html @@ -0,0 +1,71 @@ + + + + [Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit + + + + + + +

[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit

+ Cyril 'Hulud' Corvazier + corvazier@nevrax.com
+ Wed, 12 Dec 2001 10:13:57 +0100 +

+
+ +
Hi,
+
+I had the same error yesterday. I have added the /Zm200 option in 3d.dsp and
+it seams to work. It should be on the CVS now.
+Big values passed to /Zm option lead to a visual crash.. /Zm100 is the
+default value (100% the default heap size)
+/Zm2000 is 2000% the default heap size ! :-)
+
+Thanks for the feedback,
+
+Cyril Corvazier
+
+> While compiling ps_util.cpp in nel\src\3d, VC++ 6 gives a fatal error
+> C1076, internal heap limit reached. Full output is
+>
+> ps_util.cpp
+> D:\SKANDER\STLPORT-4.5.1\STLPORT-4.5.1\STLPORT\stl/type_traits.h(339) :
+> fatal error C1076: compiler limit : internal heap limit reached; use /Zm
+> to specify a higher limit
+> Error executing cl.exe.
+>
+> I tried adding the /Zm2000 option, but no luck...
+
+
+
+
+ + + + + +
+

+ -- cgit v1.2.1