Hi, 

I seem to be going round in circles here. 

Can someone please give me an answer to why I can't get casting a float
to a double 
to work. 

I am using SDK4.0 (I've also tried 3.5) and PRC_Tools 2.0 
When I do this:

double doubleProb;
float floatProb; 

doubleProb = (double)floatProb; 

I get this: 

(gdb) step 
0x10027f60 in __extendsfdf2 (a1=0.00999999978) at fpgnulib.c:-1 
-1 fpgnulib.c: No such file or directory. 
(gdb) 

I've updated my libgcc because I read there were some bugs in it but
this made no difference. 

I also read that I should be able to do this and that I should use the
FlpFloat type only if I want to use
the Float Manager functions which I don't.


Thanks in advance
AlanE.

-- 
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