> try/catch at the compiler level only know about C++ exceptions, not any
> machine-specific exceptions.  If you only need them for C++ purposes, then
> you should be able to use them with no problem, but if you're trying to do
> something like how VC++ lets you "catch" an operating system error, you're
> out of luck.

So what you're saying is that there's nothing analogous to the Win32
translate exceptions mechanisms?  This lets the OS exceptions (the beloved
GPF et al) be translated into C++ exceptions.  Otherwise Win32 exceptions
(which are a quite different animal than their C++ counterparts) tend to
fall through nasty cracks with nasty results.

If there is a way to catch various errors before they pop up dialogs, then
it should be reasonably trivial to wrap these in a mechanism to translate
into C++ exceptions.  Now, the question is: Is there a way to intercept
these errors before the system kicks into default behaviors?

  -P


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