• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
embedding frameworks with plugins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

embedding frameworks with plugins


  • Subject: embedding frameworks with plugins
  • From: "Jeff Evans" <email@hidden>
  • Date: Sat, 28 Sep 2002 15:42:48 -0500

I have an app that loads cocoa plugins to do the real work of my app. These
plugins use frameworks I've written. The last time I worked with something
like this, I couldn't figure out how to embed frameworks, so I compiled the
framework code directly into my project (by adding the m files). This
worked, but when I ran my app the runtime system warned me that there were
multiple versions of the same class, and that it would pick one to use. If
I embed the same framework in two or more plugins, will I get the same
error? Or will the runtime system know which ones to use for which bundle?
Since I'm writing both the app and plugins, I could embed the framework once
in the app, but I don't think the process should be different for someone
else writing a plugin for my app.

Any Advice?

-Jeff
_______________________________________________
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.

  • Prev by Date: Re: sub classing NSTableView
  • Next by Date: Sending boolean value via XML-RPC using WebServicesCore.framework
  • Previous by thread: Re: Color separations?
  • Next by thread: Sending boolean value via XML-RPC using WebServicesCore.framework
  • Index(es):
    • Date
    • Thread