Need Help: Internal Heap Limit error

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Barend
Posts: 1
Joined: 2003-06-03 09:53

Need Help: Internal Heap Limit error

Post by Barend » 2003-06-03 09:56

These are my errors, i use vc++ 6

Deleting intermediate files and output files for project 'client - Win32 Debug'.
Deleting intermediate files and output files for project 'bzip2 - Win32 Debug'.
Deleting intermediate files and output files for project 'zlib - Win32 Debug'.
Deleting intermediate files and output files for project 'DCPlusPlus - Win32 Debug'.
C:\WINDOWS\Desktop\DC Source\DCPlusPlus.rc(10): Could not find the file atlres.h.
--------------------Configuration: client - Win32 Debug--------------------
Compiling...
stdinc.cpp
c:\program files\microsoft visual studio\vc98\include\stdarg.h(23) : warning C4182: #include nesting level is 363 deep; possible infinite recursion
c:\program files\microsoft visual studio\vc98\include\stdarg.h(23) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
Error executing cl.exe.

DCPlusPlus.exe - 1 error(s), 1 warning(s)

plz help me

Locked