You may want to try checking the Project Settings:68K Processor and checking
that the Floating Point Library is set to Palm OS. This may be the cause of
the problem.
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Michael McFarland <[EMAIL PROTECTED]>
To: 'Palm Development List' <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 1999 4:28 PM
Subject: float linker errors
> Howdy all,
>
> I've been using the NewFloatMgr for a while with no problems, and one
> of my programs still works fine. But for some reason, when I tried using
> floats in my new program, I get a series of linker errors, along the lines
> of:
> Linker Error: program.c '_f_itof' referenced from 'MyFunction' is
> undefined
> Linker Error: program.c '_f_ftod' referenced from 'MyFunction' is
> undefined
> Linker Error: program.c '_d_fge' referenced from 'MyFunction' is
> undefined
>
> These errors seem to be attached to calls like:
> myFloat = (float)myInt;
> if (myFloat >= 0) {};
>
> I am including <NewFloatMgr.h>, as I always have. Any ideas what I could
> be doing wrong? Is there a particular directory that might (for some
> unknown reason) have disappeared from my CodeWarrior search paths? Any
> help would be greatly appreciated.
>
> Michael
>
>