Hello, thanks for all the responses. To clarify, whats the problem: I dont use any recursion. Personally I dont like that. What I/we have is some kind of a framework that abstracts many of the palm-specific formhandling and -design. The application requires some "levels" in the callstack, the framework itself too and the framework calls a Table-function which also calls many sub-functions. And in one of these calls, it overflows the stack. So I have to increase the stack/function stack (if there is something like that) or I will have to rewrite my application and the framework in order to have as few functions as possible. But this could result in a bad design since I'm proud to have a good one right now ;-)
Regards, Thomas "Thomas Damme" schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hello all, > > does somebody know how I can increase the number of possible sub-calls of > functions? > By now one of my programs has too many of them since I use a special > framework that calls a Table-Function, which has many sub-calls too. The > program often crashes on very clean code-lines. > If nothing helps, I will have to rewrite my framework but I wanted to ask > if somebody has another solution.. > > Thanks in advance, > > Thomas -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
