RE: Runtime Memory Limit Error
schwiegjc
Posts: 41
I have a program says that Stack/Free has 6175 Longs left. When I add a line of code to the main
·gr.text(10,10,string("READING")),
I get a popup messsage saying" Object Exceeds Runtime Memory Limit by 4 longs".·Are there any limitations other than the 32K RAM limit?
·gr.text(10,10,string("READING")),
I get a popup messsage saying" Object Exceeds Runtime Memory Limit by 4 longs".·Are there any limitations other than the 32K RAM limit?
Comments
As a quick test add
DAT
org 0
long 0[noparse][[/noparse]1000]
to the end of your program. If this works, then download the later version of the PropTool.
And some of the graphics objects tend to rely heavily on DAT allocations...
What you do next depends on what you are trying to achieve. There are minimized versions of various objects that were created when the authors ran into this problem...
If this is not a commercial project, just post it and you will get all kinds of help...