On Oct 1, 2010, at 11:49 PM, Kurt Sutter wrote:

> In our application, the user should be able to change the version of a 
> library that the application is linked to.

Don't link to the library/framework.  Dynamically load it (dlopen, dlsym, 
etc.), instead.  Granted, this is a pain in the neck compared to linking, but 
it reflects the dynamism that you want.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to