Hi
I�am sorry to turn to you people now, but I am kind of stuck.
I just want to have 'tc' calculated from the integer param, but I keep
getting
a link error, saying : "16bit code reference to '_d_itod' is out of range."

Is it impossible to cast a int to a double? Or could my problem be something
else not related to the code below? (compiles fine though if I do not calc
tc with 'degree')
There is no need to have param 'degree' having double precision, thats the
reason for my integer choice.

Pos PointFunctions::GetLngLat(int degree)
{
-----
 double tc = ((double)degree)*(180/pi);
-----
}

Kind regards
Michael Nyrup



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

Reply via email to