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