Fatal Error C1700
compiler compiler is out of far heap space
The compiler ran out of storage for items that it stores in its far heap. Usually this is the result of having too many symbols.
One of the following may be a solution:
-
Eliminate some global variables.
-
Split the current file into two or more files and compile them separately.
-
Remove other programs or drivers running in the system, which could be consuming significant amounts of memory.
-
Check your CONFIG.SYS and AUTOEXEC.BAT files for device drivers that are not currently needed. For example, you may need to remove SMARTDRV.EXE or reconfigure it to use less memory.