"DNR" <[EMAIL PROTECTED]> writes: > What are the kown reasons for having the error "stack Overflow" ?
1) infinite recursion In this case, you have to fix your app. 2) stack too small for what your application does In this case, either change what youir app does or increase the stack size in the resources. > Does it have anything to with using Classes (Object Oriented) To use a famous quote: :-) Not if it's done right. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
