You should also know that although you can throw Err Manager errors accross
Palm OS calls, you can't do the same with built-in C++ exceptions.
An example of this situation would be throwing an error in your form's event
handler, and catching it in your event loop.
YourEventLoop catch here
FrmDispatchEvent
YourEventHandler throw here
Neil
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Try-Catch in C++ Tilo Christ
- Re: Try-Catch in C++ Ben Combee
- RE: Try-Catch in C++ Paul Bohme
- Re: Try-Catch in C++ Ben Combee
- Re: Try-Catch in C++ Ken Krugler
- Re: Try-Catch in C++ Neil Rhodes
- Re: Try-Catch in C++ Ben Combee
