• 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: image not found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: image not found


  • Subject: Re: image not found
  • From: Nick Zitzmann <email@hidden>
  • Date: Thu, 3 Dec 2009 10:15:18 -0700

On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote:

> The Sparkle frameworks uses @loader_path while the FeedbackReporter
> uses @executable_path instead.
>
> What's the difference?

@executable_path is a macro pointing to the path of the executable binary, and nothing else. @loader_path is a macro pointing to whatever binary has instructions to load the library, which can be the application, or a library/framework, or a loadable bundle. @loader_path is more powerful and allows you to easily embed frameworks inside loadable bundles, which is impossible to do with @executable_path unless the framework in question is bundled with the executable.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: image not found
      • From: Torsten Curdt <email@hidden>
References: 
 >image not found (From: Torsten Curdt <email@hidden>)
 >Re: image not found (From: Kyle Sluder <email@hidden>)
 >Re: image not found (From: Torsten Curdt <email@hidden>)
 >Re: image not found (From: Greg Parker <email@hidden>)
 >Re: image not found (From: Torsten Curdt <email@hidden>)

  • Prev by Date: Re: NSSpellChecker and checkSpellingOfString problems
  • Next by Date: Does initWithCoder re-create observers made with addObserver?
  • Previous by thread: Re: image not found
  • Next by thread: Re: image not found
  • Index(es):
    • Date
    • Thread