In article <[EMAIL PROTECTED]>, Charles Rezsonya wrote: > >when an error occours "memory manager etc etc line 4216" etc etc, is there >a way to referance that line in the source code?
The source code for OS 3.0 is available to developers who sign and mail in a paper license form. This will let you look up the line numbers for errors occuring on a (non-upgraded) Palm III. (The numbers have changed in recent versions of the OS, but often you can find what you're looking for by searching for the text of the message) If what you're actually looking for is the last line of code executed in *your* program, then you should use a debugger to get a stack trace. -Ben -- Ben Darnell [EMAIL PROTECTED] http://thoughtstream.org Finger [EMAIL PROTECTED] for PGP/GPG key 1024D/1F06E509 -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
