"Ben Combee" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > At 03:21 AM 3/7/2004, you wrote: > > > >"Ben Combee" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > > > At 02:26 AM 3/7/2004, you wrote: > > > >I am using Simulator OS 5.3 debug > > > >how to use the debugger? i'm using CW > > > > > > There's a whole chapter on debugging your application in the Targeting > >Palm > > > OS manual PDF file included with CodeWarrior. > > > >i have searched through and tried the debugger, but do not find where can > >show the value of "str" after the FlpFToA() call, how to do that? > > It should be visible in the variables pane along with all of your other > local variables. > > >I just tried Emulator OS4.1, it says : > >the program called a function in a shared library using a reference number > >of 0. This reference number does not correspond to any currently installed > >library and is invalid. > >why? i have installed MathLib already. > > This sounds like MathLib isn't installed. Did you install it into this > session? You may need to manually drag it to the emulator/PalmSim window > to have it there for you.
solved ! the error was JUST due to my careless not to include the mathlib codes in AppStart( ) and AppStop( ) ! thank you very very much ! > > > -- Ben Combee, senior DTS engineer, PalmSource, Inc. > Read "Combee on Palm OS" at http://palmos.combee.net/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
