QuickC Fatal Error, Automatic Allocation Exceeds 32k

Donald Doherty eabg020 at orion.oac.uci.edu
Tue Aug 21 09:09:27 AEST 1990


I am getting the fatal-error message "automatic allocation exceeds 32k"
while compiling in the QuickC environment.  Evidently the space allocated
for the local variables of the "main" function is 32k and, due to the
fact that the program is math intensive with several variables (mostly
of type double and several arrays), I have exceeded this limit.

It is not clear to me how to change the amount of memory allocated to the
local variables of any one function.

Help in this matter will be greatly appreciated.


Thank you!

	Don D.

	eabg020 at orion.oac.uci.edu



More information about the Comp.lang.c mailing list