diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-December/000779.html | |
download | nevrax-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.html | 71 |
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 + +><i> While compiling ps_util.cpp in nel\src\3d, VC++ 6 gives a fatal error +</I>><i> C1076, internal heap limit reached. Full output is +</I>><i> +</I>><i> ps_util.cpp +</I>><i> D:\SKANDER\STLPORT-4.5.1\STLPORT-4.5.1\STLPORT\stl/type_traits.h(339) : +</I>><i> fatal error C1076: compiler limit : internal heap limit reached; use /Zm +</I>><i> to specify a higher limit +</I>><i> Error executing cl.exe. +</I>><i> +</I>><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> |