the following code called from within a hack compiled with prc-tools 2.pre1
gives me 110 (correct) from the applications screen but 368 (wrong) from the
memopad? with some applications this works but with others it doesn't.

why is that so?

(floating point operations are said to be fixed with this version of
prc-tools. a floating point patch/fix libgcc.a for prc-tools 2.0 gives the
same results)

thanks for any help,
felix


{
        Int16 iq=100;
        StrIToA(outputstringarray,(Int32)((float)iq*1.1));
        WinDrawInvertedChars(outputstringarray, 5, 120, 70);
}




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to