Program-memory overflow
Posted: Thu Jan 08, 2009 3:24 am
Hello,
I got this "Program-memory overflow" error as shown below.
From Microsoft's website (http://support.microsoft.com/kb/37770) it seems like I have use subroutines and functions to solve the problem.
But most of the program is written by someone else, so I don't want to change it too much.
Is there a way to change the limit of the memory? Maybe I can somehow change a parameter in the compiler?
thanks!
I got this "Program-memory overflow" error as shown below.
From Microsoft's website (http://support.microsoft.com/kb/37770) it seems like I have use subroutines and functions to solve the problem.
But most of the program is written by someone else, so I don't want to change it too much.
Is there a way to change the limit of the memory? Maybe I can somehow change a parameter in the compiler?
Code: Select all
C:\Users\jonny\>BC TR095-01/E/O/T/C:512;
Microsoft (R) QuickBASIC Compiler Version 4.50
(C) Copyright Microsoft Corporation 1982-1988.
All rights reserved.
Simultaneously published in the U.S. and Canada.
00F5 056A
^ Program-memory overflow
42861 Bytes Available
10307 Bytes Free
0 Warning Error(s)
1 Severe Error(s)