Xref: utzoo comp.lang.c:31254 comp.os.msdos.programmer:577 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!orion.oac.uci.edu!eabg020 From: eabg020@orion.oac.uci.edu (Donald Doherty) Newsgroups: comp.lang.c,comp.os.msdos.programmer Subject: QuickC Fatal Error, Automatic Allocation Exceeds 32k Message-ID: <26D06DA7.5617@orion.oac.uci.edu> Date: 20 Aug 90 23:09:27 GMT Organization: University of California, Irvine Lines: 17 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@orion.oac.uci.edu