Documentation  |   Table of Contents   |  < Previous   |  Next >  

34    ErrorMgr.h

Porting Applications to Palm OS® Cobalt

Exploring Palm OS®

Although the Error Manager APIs are unchanged and continue to work in Palm OS Cobalt, there are several new macros that should be used instead.

Unchanged APIs ^TOP^

Table 34.1 lists those macros that existed in previous Palm OS releases along with the new macros that PalmSource recommends you use instead.

Table 34.1  Unchanged macros

Existing Macro

Recommended

ErrDisplay()

ErrFatalError()

ErrFatalDisplay()

ErrFatalError()

ErrFatalDisplayIf()

ErrFatalErrorIf()

ErrNonFatalDisplay()

DbgOnlyFatalError()

ErrNonFatalDisplayIf()

DbgOnlyFatalErrorIf()