Re: How to load my framework programatically ?
Re: How to load my framework programatically ?
- Subject: Re: How to load my framework programatically ?
- From: "Peter O'Gorman" <email@hidden>
- Date: Thu, 25 May 2006 23:01:53 +0900
On Thu, 2006-05-25 at 19:14 +0530, rohit dhamija wrote:
> Hi Jonathon,
>
> Thanks for your reply. Also, it would be great if you could
> clarify/suggest below concerns too
You want to dynamically load the framework, using something similar to
window's LoadLibrary() call? Is that correct?
It's certainly possible, and there are multiple ways of doing so, but
why? What does it buy you over weak linking and checking for function
availability etc.?
See the documentation on dlopen(), CFBundle, NSBundle etc. for info on
dynamically loading code.
Peter
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden