site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - Jordan On Jul 23, 2005, at 6:33 AM, plumber wrote: under darwin 7 -> dlcompat src project under darwin 8 -> libSystem _______________________________________________ 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/jkh%40apple.com This email sent to jkh@apple.com _______________________________________________ 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... To be more specific: In releases previous, dyld provided a specialized interface for doing this (dyld_NSAddImage() and friends) and if you wanted to use the more common "UNIX dlopen() API" then you used Peter O'Gorman's dlcompat library, which we also bundled with the system in Panther. In Tiger, dyld was substantially rewritten and the dlopen() APIs became "native" - no translation layer, no dlcompat(), and in fact dyld_NSAddImage() is now deprecated in favor of dlopen(). This email sent to site_archiver@lists.apple.com