Thanks, Matthew for your statement.
I still couldn't resolve the reason for my fatal exception.
Debugging my application, I see that the fatal exception occurs after the
PilotMain() has returned. The debugger only shows assembler code after the
PilotMain() has returned. The assembler code looks like this (see below).
The fatal exception occurs on the line at the very bottom (with the address
00DC52D2). Any idea what kind of exception this could be ?
Thanks for eventual statements.

This is code in the CodeWarrior runtime library. If it's failing on that line, it is an indication that some code in your project has overwritten variables on the stack that are used by the runtime library. This could happen by writing through a wild pointer or by using a stack-based array and going beyond its bounds.


If you want to see source for this, you can recompile your runtime library with debug dots set for all the files.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



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

Reply via email to