hi,
I am confused about the use of double, FlpDouble and FlpCompDouble in Palm,
what are the differences if MathLib is included?
#include <FloatMgr.h>
#include "MathLib.h"
Char long_d[4] = "123",
long_m[8] = "45.6789";
FlpDouble longitude_d, longitude_m;
double pi = 3.14159265358979;
double hk80 = 0.00244444444444;
longitude_d = FlpAToF(long_d);
longitude_m = FlpAToF(long_m);
longitude_m = longitude_m/pi;
longitude_m = longitude_m - hk80;
also, when i run the above codes, no matter how do i swap the use of double,
FlpDouble and FlpCompDouble.fd , it still has error.
How can i correct the codes?
thx!!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/