标题:用VC++6.0编译的时候,下面出现这种情况,是怎么回事,请大神帮帮忙
取消只看楼主
计算机好难啊
Rank: 1
等 级:新手上路
帖 子:33
专家分:8
注 册:2020-3-28
结帖率:25%
已结贴  问题点数:20 回复次数:1 
用VC++6.0编译的时候,下面出现这种情况,是怎么回事,请大神帮帮忙
Compiling...
147671.cpp
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : warning C4182: #include nesting level is 363 deep; possible infinite recursion
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
执行 cl.exe 时出错.

142671.exe - 1 error(s), 0 warning(s)
请大神帮帮忙,该怎么解决,程序代码没问题。
搜索更多相关主题的帖子: VC++6.0 编译 出现 include limit 
2020-04-21 10:30
计算机好难啊
Rank: 1
等 级:新手上路
帖 子:33
专家分:8
注 册:2020-3-28
得分:0 
回复 2楼 吕孟伟
大神,无论我用什么程序,只要一执行下面就会出现
--------------------Configuration: 20204211056 - Win32 Debug--------------------
Compiling...
20204211056.cpp
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : warning C4182: #include nesting level is 363 deep; possible infinite recursion
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
执行 cl.exe 时出错.

20204211056.exe - 1 error(s), 0 warning(s)
翻译出来就是
- - - - - - - - - - - - - - - - - - - - - -配置:20204211056 - Win32调试- - - - - - - - - - - - - - - - - - - - -编译…20204211056. cppc:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1):警告C4182: #include嵌套层深度为363;可能无限递归c:\程序文件(x86)\microsoft visual studio\vc98\包括\stdio.h(1):致命错误C1076:编译器限制:达到内部堆限制;使用/Zm指定更高的限制执行cl.exe时出的错。exe - 1错误,0警告
2020-04-21 11:01



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-501169-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.715649 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved