object exceeds runtime memory limit by 4072Kb.
virgi
Posts: 1
Hi, we are working with the propeller chip and when compiling our sourcecode appears this message: object exceeds runtime memory limit by 4072Kb. Can someone help us??Thx[noparse];)[/noparse]
Post Edited By Moderator (Chris Savage (Parallax)) : 4/3/2007 5:57:00 PM GMT
Post Edited By Moderator (Chris Savage (Parallax)) : 4/3/2007 5:57:00 PM GMT
Comments
Go to each object and press F8 and find which one is more than expected.
Being that much over the limit you are probably declaring more object references than you need. Remember each instance of an object duplicates its variables.
bambino pipped me to it.
It is a slow day here at the old Money Maker!