Re: plugins
Re: plugins
- Subject: Re: plugins
- From: Gen Kiyooka <email@hidden>
- Date: Tue, 2 Aug 2005 00:18:23 -0700
Cocoa bundles, plug-ins and frameworks are all based on roughly the
same dynamic linking mechanism.
As far as I can tell, the only difference is what sub-folder in the
Application package
the bundle packages are stored.
dylibs are slightly different, since they are not packaged.
On Aug 1, 2005, at 2:33 PM, <email@hidden>
<email@hidden> wrote:
I am working on a project that I want to make able to load plugins. I
don't understand how to get the application to load the plugins
though.
Meaning, I understand it needs a plugins directory, and you put the
plugins there. But how does it load them so it can execute the code?
I was thinking I could make the plugins just plain old cocoa bundles,
unless it would be better to build them as libraries.
Mark.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-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.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >plugins (From: <email@hidden>) |