• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Dynamic Library being not very dynamic?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic Library being not very dynamic?


  • Subject: Re: Dynamic Library being not very dynamic?
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 13 Dec 2004 10:59:39 -0800

On Dec 13, 2004, at 9:46 AM, Stephane Sudre wrote:

I find it a bit strange that to have the link being correctly done, you have to use one of the Mac OS SDK. Because it would mean that if you want to use specific features in 10.3 and you have to be 10.2 compatible, you can't have access to the new API.
There's nothing strange about it, and besides, you can have access to it. Read the cross-development document about using the AvailabilityMacros. For libraries that don't support them, you can link to the entire library weak, or you can dynamically load it.

Dynamic library loading is meant to solve the problem of every application having its own copy of a common static library, not necessarily to solve the problem of release-to-release binary compatibility and API evolution, though those problems can be solved with using dynamic libraries and weak linking.

Chris
_______________________________________________
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


References: 
 >Dynamic Library being not very dynamic? (From: stephane sudre <email@hidden>)
 >Re: Dynamic Library being not very dynamic? (From: Chris Espinosa <email@hidden>)
 >Re: Dynamic Library being not very dynamic? (From: Stephane Sudre <email@hidden>)

  • Prev by Date: Re: Dynamic Library being not very dynamic?
  • Next by Date: Re: HeaderDoc & XCode
  • Previous by thread: Re: Dynamic Library being not very dynamic?
  • Next by thread: coding fonts
  • Index(es):
    • Date
    • Thread