• 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
Re: Dylib and parent application symbol access
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dylib and parent application symbol access


  • Subject: Re: Dylib and parent application symbol access
  • From: mark <email@hidden>
  • Date: Tue, 10 Jan 2012 13:58:08 +1300

> I have an application APP which exports symbols to a runtime loadable dylib LIB.
 LIB is a plugin for APP.
 LIB won't link because it can't find APP's symbols.

The typical way to do plugins is to create a framework that's included with the app, that the plug-in links against. See for example this tutorial: http://www.cimgf.com/2008/09/17/cocoa-tutorial-adding-plugins-to-a-cocoa-application/

The dylib project is intended to be an SDK so 3rd parties can write their own plugin.
The project has to be stand alone and somehow link to the APP.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Dylib and parent application symbol access
      • From: Wade Tregaskis <email@hidden>
References: 
 >Dylib and parent application symbol access (From: mark <email@hidden>)
 >Re: Dylib and parent application symbol access (From: Wade Tregaskis <email@hidden>)

  • Prev by Date: Re: Dylib and parent application symbol access
  • Next by Date: Re: Dylib and parent application symbol access
  • Previous by thread: Re: Dylib and parent application symbol access
  • Next by thread: Re: Dylib and parent application symbol access
  • Index(es):
    • Date
    • Thread