> "Joe" wrote: > > Well, Err is just a TypeDef for UInt16, so you could use > > StrIToA() or StrPrintF() to convert it to a string. > > SysErrString() is also useful to produce more meaningful > > text (sometimes) but it has serious limitations. > > > > The best solution I've seen is John Marshall's ErrorCodes. > > See http://prc-tools.sourceforge.net/errorcodes.html. The > > source code is available under the GNU General Public > > License.
--- "Mark A. Peters" wrote: > You can also obtain the text corresponding to the system > error code by passing it into SysErrString. Joe writes some more... Mark, If you read what I posted (which you were resonding to), you'll see that I mentioned SysErrString, and indicated that it is not a complete solution. Don't worry. Everybody misses stuff sometimes. :) __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
