Hello,
    I am very new to programming the Palm and my question relates to type
double.

I am using CodeWarrior6 for the Palm and when I try to use the function
below I get the following error...


static double Calculate(double db)
{
    double dbResult = 0.0;

    dbResult = db * 2.5;

    return dbResult;
}

the error message I get is

Link Error   : BenchJeweler.c: '_d_mul' referenced from 'Calculate' is
undefined.

Am I missing something here????

Any help would be much appreciated, again I am new to this.
Jay






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