Re: Xcode-users Digest, Vol 3, Issue 428
Re: Xcode-users Digest, Vol 3, Issue 428
- Subject: Re: Xcode-users Digest, Vol 3, Issue 428
- From: billmonk <email@hidden>
- Date: Fri, 16 Jun 2006 18:49:17 -0500
On Jun 16, 2006, at 2:06 PM, Greg Guerin <email@hidden> wrote:
I think the correct include-file for the cited reference is <fp.h>,
not
<math.h>. I wouldn't assume that <math.h>'s cos() exhibits
precisely the
same behavior as the CoreServices math-library's cos().
True enough...
And the app even uses functions from <fp.h>. But interestingly, if I
Cmd-double-click on cos(), <math.h> opens. Xcode doesn't pop up the
little disambiguator list it normally shows when something is defined
in multiple places. Yet both <fp.h> and <math.h> are included (via
<Carbon/Carbon.h>). That's strange - I'd expect it to pop up cos() in
both files and ask for a choice...
Since the app uses some <fp.h>-only functions, there's no question
that it's included...I wonder how to tell which cos() is actually
getting used?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden