Re: Making framework accessible to plug-ins?
Re: Making framework accessible to plug-ins?
- Subject: Re: Making framework accessible to plug-ins?
- From: Greg Titus <email@hidden>
- Date: Mon, 6 Jan 2003 23:42:02 -0800
On Monday, January 6, 2003, at 11:25 PM, John Anderson wrote:
I'm trying to build a plug-in based application but I'm having
problems...
All plug-ins have a principal class that's a subclass of SyncPlugin.
So, what to do... right now all of my plug-ins include the SyncPlugin
superclass header and source files included. But I get "duplicate
implementations of SyncPlugin" errors in the console.
What's the best way to address this issue?
Thanks :-)
You need to make a framework target, put the shared classes like
SyncPlugin into the framework, and then have both the application and
the plugins include that framework.
Hope this helps,
- Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.