"Deepak D" <[EMAIL PROTECTED]> wrote
> Is any way to find what is reason to give "fatal
> exception".
>
I guess the short answer is that they come in different flavors but the one
that's most often programmer-caused is corrupting memory or referencing a
NULL pointer.  Run your app on the emulator and try to get debugger control
back at the point of the exception - look at what was happening,
particularly looking for pointers that are zero or have crazy values (crazy
as in the memory contents at that point aren't what they should be -
sometimes hard to determine).

After that it's a matter of working out what's gone wrong to get the code
into this situation.

Hope that this gets you started.
Chris Tutty



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