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