Re: The SampleCMPlugin example
Re: The SampleCMPlugin example
- Subject: Re: The SampleCMPlugin example
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 3 Mar 2002 21:34:33 +0000
On Sunday, March 3, 2002, at 08:38 PM, Girard Iglesias wrote:
On Sunday, March 3, 2002, at 11:57 AM, Finlay Dobbie wrote:
There is no reason why you can't use Cocoa inside a contextual menu
plugin. Of course, AppKit probably won't work (since the plugin can be
called from a Carbon application), but I think Foundation will be OK.
Of course I can include ObjC code in the CFBundle, but I was speaking
about a true Cocoa plugin interface, with a principal class, some
protocol declared to communicate with the plugin manager and so on.
Probably because CM Plugins (1) Came from Carbon and (2) Can be loaded
from Carbon and Cocoa applications. You might be able to write a Cocoa
interface around CMPlugins, but since they should be lightweight I don't
think the overhead would be worth it :-)
-- Finlay
_______________________________________________
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.