Hi,
I am using CodeWarrior Version 7.0 (IDE version 4.1) and when I try to add,
subtract, multiply, divide or convert floating point numbers (float or
double type) I get errors like:
Link Error: Utils.c: '_d_mul' referenced from 'GetStringFromDouble' is
undefined.
If I then replace all the places where addition, subtraction etc is done
with the functions _d_add(), _d_sub etc using the Flp representations
(FlpCompDouble struct element fd) instead of the regular double values, the
program compiles fine. So it seems to be able to find the functions _d_add
etc, but when I simply want to malipulate floating point numbers using
simple operators, I get the above errors.
Any help would be appreciated, this is my first time posting to this
newsgroup. Thanks.
Jonathan
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/