Infinite recursion is always a likely candidate for a stack overflow. Check
the stack and see. Maybe a callback function for a table or other form
object is somehow invoking a FrmDrawForm. Another thing to check for is a
function that has a stack allocated variable that's huge. Such variables
should be declared as pointers and allocated on the dynamic heap.
-- 
Peter Epstein

-- 
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