1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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>
|