Is there a way to make a framework not loaded until the first invocation to one of its functions?
I know there is a way, that is, to not link the framework to the executable, but use CFURLCreateWithFileSystemPath(). However, this way, you have to resolve all functions you are going to use one by one programmatically. In Visual C++ there is a compilation flag, /DELAYLOAD, to enable the delay load but still make all function resolving through .lib. Is there a similar thing in Xcode? Thank you. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
