I do use the ErrTry/ErrThrow/ErrCatch macros. They work well enough for fatal errors. I remember an old but very good article on this subject. See HandHeld Systems Magazine, July/August 1998 issue. It's no longer publishing, but the article was written by Ken Krugler.

--Mike Y.

On Mon, 1 Dec 2003 12:17:50 -0500, Muriph, Michael <[EMAIL PROTECTED]> wrote:


I have used VB, C# and awhile ago wrote some programs using MS VC.


In all of these places I could write code that effectively did this.

Try { or VB like on error resume next

hResult = sysapi(...) or foo.doSomething

catch { or if err.number <> 0

Using C for the Palm the best I can do is diligently check the returns from
all the functions??


  I think the above is the answer! But I will let this list temper the
supposition!!



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

Reply via email to