Re: std::log10() problem
Re: std::log10() problem
- Subject: Re: std::log10() problem
- From: Dirk Stegemann <email@hidden>
- Date: Fri, 31 Mar 2006 01:27:55 +0300
Am 30.03.2006 um 19:24 schrieb Chris Espinosa:
On Mar 30, 2006, at 6:33 AM, Clark Cox wrote:
So, let me check my understanding. If, for instance, I build
something
using the 10.4 SDK, but I set the deployment version to 10.2, then my
app will be able to access the newer symbols in 10.4, but those
symbols will be NULL when my app is running on 10.2 or 10.3.
But, if on the other hand, I build using the 10.2 SDK, then I simply
won't have access to symbols introduced in 10.3 and 10.4.
Am I understanding this correctly?
Absolutely right.
Is "won't have access to symbols" true because the compiler doesn't
know about these newer symbols due to missing headers at compile time
(could be fixed by manually adding the prototypes in question), or
due to some architectual reasons...?
Regards,
Dirk Stegemann
_______________________________________________
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