Computer Science Canada

error

Author:  msimard8 [ Mon Oct 10, 2005 1:17 pm ]
Post subject:  error

im getting an error saying

cannont allocate item. Out of id numbers (max 1000)

whats this mean

Author:  Cervantes [ Mon Oct 10, 2005 1:40 pm ]
Post subject: 

Turing can only have a 1000 element array. It can only have 1000 pictures. There's probably a cap of 1000 to some other stuff as well.

What are you trying to do?

Author:  TokenHerbz [ Mon Oct 10, 2005 1:40 pm ]
Post subject: 

perhaps your using an array which is smaller then a for??

ex,

code:

var test: array 1 .. 5 of int

for i: 1 .. 6
      test(i):= i
end for


Um, i dont know why else?? but usually i get really odd errors too, i have never seen your type of error though befor, so i cant exactly help you..

Author:  msimard8 [ Mon Oct 10, 2005 1:41 pm ]
Post subject: 

question answered

thanks cervantes


: