> From: Ralph Krausse [mailto:[EMAIL PROTECTED]]
> AppName has overflowed the stack. The functions currently 
> using the stack are: MainFormHandleEvent_FP9Event94276), 
> PrbSendEventToForm(24), FrmDispatchEvent(28),
> AppEventLoop_FCV(38), StartPalmMain_FUsPVUSs(14),
> PilotMain(16), <Unknown @00046208> (40)

Is that a typo for MainFormHandleEvent?  If '9' should be '(' then that
function uses 4276 bytes which is indeed way too big.

Since you're using C++, be careful about stack allocation of class objects
which may be bigger than you think (often due to inheritance).

FWIW, there are rumors the next version of CodeWarrior will be more helpful
about this sort of thing.

-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