site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com --- At Thu, 27 Oct 2005 11:07:08 -0700, Duane Murphy wrote:
Mac OS 10.3 and 10.4 support the functions in dlopen() and friends in dlfcn.h. 10.2 had no such support.
How would I load shared libraries on 10.2? These are library files of type MH_BUNDLE. (I know about CFBundle, but I don't need all the Bundle directory infrastructure.)
It's fun answering your own question. I just found TN2071 <http://developer.apple.com/technotes/tn2002/ tn2071.html> which specifically explains how to emulate the dl family of APIs. Thanks again, ...Duane _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Duane Murphy