Look at the call for FplFToA. It takes a FlpDouble (not the same as a
standard float) and CharPtr.
Open up the NewFloatMgr.h file and look at the function calls. You will
notice the FlpCompDouble structure also listed.
FlpCompDouble MyFloatStru;
float MyFloat;
Char pMyString[50];
MyFloat = 5.5;
MyFloatStru.d = MyFloat;
FplFToA(MyFloatStru.fd,pMyString);
-----Original Message-----
From: Jason Simpkins <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Date: Monday, May 01, 2000 2:14 PM
Subject: Float Manager error
>Hello,
>
>OK, here is the exact Error I get;
>
>"Error : cannot convert
>'float' to
>'struct '
>GPS.c line 5095 FplFToA((float)current_lon, s);"
>
>
>s is declared as
>
>char* s;
>
>Any ideas?
>
>Thanks,
>Jason
>
>
>
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html