embedding frameworks with plugins
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.