> From: Rajesh Patidar [mailto:[EMAIL PROTECTED]]
>    CodeWarrior Release 6
>    Sybase Ultralite Version 6.0.3
> While running the application I am getting following error--
>    "The application has just overflowed the stack."

Well, where in your app does the overflow happen?  Use the debugger to find
out.  When you find the offending function, either eyeball it to look for
excess stack usage (usually large local variables and arrays) or use the
Disassemble command to look for 'link' instructions that create large stack
frames.  (Also note what others have said about recursion.)  Pay particular
attention to the code generated by Sybase since that's code you didn't write
yourself.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to