Helps wanted on Microsoft C compiler.
Tom Thackrey
tat at pccuts.pcc.amdahl.com
Tue Dec 5 05:57:55 AEST 1989
In article <16013 at pollux.UUCP> jwang at smu.edu (Jainbai Wang) writes:
>When programming with Microsoft C lately, I run into a problem that the
>MSC compiler gives the following error message at compiling time :
>
> Fatal error C1059 : out of near heap space
>
>The manual explains it like this :
>
> The compiler has run out of storage for items that it stores
> in the "near" (default data segment) heap. This usually means
> that your program has too many symbols or complex expressions.
> To correct the problem, divide the file into several smaller
> source files, or break expressions into smaller subexpressions.
>
The compiler has run out of RAM. Remove all your TSRs and minimize DOS's
buffers and device drivers to increase the available RAM space.
--
Tom Thackrey sun!amdahl!tat00
[ The opinions expressed herin are mine alone. ]
More information about the Comp.lang.c
mailing list