Re: Complex dynamic loading
Re: Complex dynamic loading
- Subject: Re: Complex dynamic loading
- From: "Jordan K. Hubbard" <email@hidden>
- Date: Sat, 23 Jul 2005 13:05:03 -0700
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().
- 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden