aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-December/000779.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-December/000779.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'pipermail/nel/2001-December/000779.html')
-rw-r--r--pipermail/nel/2001-December/000779.html71
1 files changed, 71 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:corvazier%40nevrax.com">
+ <LINK REL="Previous" HREF="000778.html">
+ <LINK REL="Next" HREF="000780.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</H1>
+ <B>Cyril 'Hulud' Corvazier</B>
+ <A HREF="mailto:corvazier%40nevrax.com"
+ TITLE="[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit">corvazier@nevrax.com</A><BR>
+ <I>Wed, 12 Dec 2001 10:13:57 +0100</I>
+ <P><UL>
+ <LI> Previous message: <A HREF="000778.html">[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</A></li>
+ <LI> Next message: <A HREF="000780.html">[Nel] Rep:Nel digest, Vol 1 #199 - 5 msgs</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#779">[ date ]</a>
+ <a href="thread.html#779">[ thread ]</a>
+ <a href="subject.html#779">[ subject ]</a>
+ <a href="author.html#779">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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
+
+&gt;<i> While compiling ps_util.cpp in nel\src\3d, VC++ 6 gives a fatal error
+</I>&gt;<i> C1076, internal heap limit reached. Full output is
+</I>&gt;<i>
+</I>&gt;<i> ps_util.cpp
+</I>&gt;<i> D:\SKANDER\STLPORT-4.5.1\STLPORT-4.5.1\STLPORT\stl/type_traits.h(339) :
+</I>&gt;<i> fatal error C1076: compiler limit : internal heap limit reached; use /Zm
+</I>&gt;<i> to specify a higher limit
+</I>&gt;<i> Error executing cl.exe.
+</I>&gt;<i>
+</I>&gt;<i> I tried adding the /Zm2000 option, but no luck...
+</I>
+
+
+</pre>
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI> Previous message: <A HREF="000778.html">[Nel] compiling nel/3d ps_util.cpp causes error C1076, internal heap limit</A></li>
+ <LI> Next message: <A HREF="000780.html">[Nel] Rep:Nel digest, Vol 1 #199 - 5 msgs</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#779">[ date ]</a>
+ <a href="thread.html#779">[ thread ]</a>
+ <a href="subject.html#779">[ subject ]</a>
+ <a href="author.html#779">[ author ]</a>
+ </LI>
+ </UL>
+</body></html>