Re: Creating a subclass of an *unknown* object
Re: Creating a subclass of an *unknown* object
- Subject: Re: Creating a subclass of an *unknown* object
- From: Stefan Schüßler <email@hidden>
- Date: Wed, 15 Jun 2005 16:44:00 +0200
Normally, this is done by having a common framework that both the application and the plug in link against
If you don't have a framework to link against you can add "-flat_namespace -undefined suppress" to "Other Linker Flags" in you build settings.
However, your plugin will crash if the symbols are not defined in the host application.
Stefan
|
_______________________________________________
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