View Full Version : who know what this means?
daniel ding
11-13-2011, 12:07 PM
I got a big problem in programing, the spin tool give me a message like this"object exceeds runtime memory limit by 651 longs"
86802
thanks
I'd guess that your program does not fit in the 32KBytes of HUB RAM. You may have to trim buffers/variables/code to make it fit :)
Duane Degn
11-13-2011, 05:08 PM
Daniel,
Where you press F8, does it tell you you have any room left?
Have you added video to the project? The TV objects (and buffer) take a lot of room.
Duane
Oldbitcollector (Jeff)
11-13-2011, 05:19 PM
You might try BST. It has a function which skips unused code making the program smaller.
http://www.fnarfbargle.com/bst.html
OBC
daniel ding
11-14-2011, 12:49 AM
Duane
I think I have already found out the error.
As you told, no room left in RAM.haha!
now my problem is how to trasfer the value of x and y to another object.
Daniel
daniel ding
11-14-2011, 12:53 AM
thanks guy
it is a good soft for me,I will try later.
I have already downloaded it from the website u gave.