On a similar note... I changed my code to NewFloatMgr.h and added it to my
project.  The code inside of NewFloatMgr.h has the functions:

_d_flt
_d_neg
_d_itod
_d_div
_d_add
_d_dtoi
_d_mul

However, when I go to compile my code I get linker errors saying that all of
those functions are undefined.  I know they're defined, because they're
resident in the <NewFloatMgr.h> file I included at the top of my program.

Anyone have any ideas?

--

Tim Astle



Tim Astle <[EMAIL PROTECTED]> wrote in message
news:9995@palm-dev-forum...
>
> Right on!  I noticed that... I assumed it was referencing the 3.5 sdk, but
I
> guess I was wrong :-)
>
> --
>
> Tim Astle
>
>
> Jun-Kiat Lam <[EMAIL PROTECTED]> wrote in message
> news:9989@palm-dev-forum...
> >
> > Quick answer: when it cannot be found. :-)
> >
> > Your project (or one of its headers) is referencing <FloatMgr.h> but for
> > some reason it is not in any of the access paths used by your project.
You
> > may want to make sure you have a path to the Palm OS 3.5 Support (set in
> the
> > the Project Settings->Access Paths), and that you don't have multiple
SDKs
> > referenced from your access paths.
> >
> > Rgds,
> > Jun-Kiat Lam
> > Metrowerks Technical Support
> >
> > ----- Original Message -----
> > From: "Tim Astle" <[EMAIL PROTECTED]>
> > Newsgroups: palm-dev-forum
> > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > Sent: Friday, April 28, 2000 12:23 PM
> > Subject: Unable to open header file
> >
> >
> > > What would cause Codewarrior to list this as an error?
> > >
> > > "the file 'FloatMgr.h' cannot be opened"
> > >
> > > I don't have that file opened by any other application, and I'm not
> > certain
> > > what is causing it.  This error literally seemed to appear "out of the
> > > blue".
> > >
> > > Any ideas?
> > >
> > > --
> > >
> > > Tim Astle
> > >
> > >
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palm.com/devzone/mailinglists.html
> > >
> >
> >
> >
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to