Thread: urgent help plz
View Single Post
Old Feb 27th, 2006, 5:03 PM   #2
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
I understand you are in a hurry, still read the forum rules: use code tags next time.

When a function is called, a few values are pushed on the stack. This means when your cycle is big, it pushes a lot of values on the stack. The solution would be enlarging your stack. This is platform specific, and I don't know on what platform you're working.
Polyphemus_ is offline   Reply With Quote