You need to use less memory on the stack.  The stack is fixed and you are
inheriting the stack frame of the calling application.  You could allocate
memory from the Heap, but beware, the Heap is limited on earlier versions of
the Palm OS as well.

-jjf

-----Original Message-----
From: Alex Reznik from Work [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 6:17 AM
To: Palm Developer Forum
Subject: Stack size of shared library


I wrote shared library and invoke one of its functions.
After some action I recieve message "the application has just overflowed the
stack".
What can I change to run application properly?



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

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