Re:RE: DETERMINE LOAD PATH OF LINKED FRAMEWORK AT RUNTIME

2013-06-06 Thread altote...@aol.com
From: w...@omnigroup.com Date: Wednesday, June 5, 2013 To: Graham Cox Subject: Re: Determine load path of linked framework at runtime >>On 5 Jun 2013, at 3:59 PM, Graham Cox wrote: >>> Hi all, >>> >>> Is there a way to discover the load path of a framework a

Re:RE: DETERMINE LOAD PATH OF LINKED FRAMEWORK AT RUNTIME

2013-06-06 Thread altote...@aol.com
Testing From: w...@omnigroup.com Date: Wednesday, June 5, 2013 To: Graham Cox Subject: Re: Determine load path of linked framework at runtime >>On 5 Jun 2013, at 3:59 PM, Graham Cox wrote: >>> Hi all, >>> >>> Is there a way to discover the load path of a fram

Re: Determine load path of linked framework at runtime

2013-06-06 Thread Jerry Krinock
On 2013 Jun 05, at 15:59, Graham Cox wrote: > I have an odd situation where a framework which is bundled within my app is > being overridden by an older copy on a user's machine. A couple months ago, I had one use report that a new version of one of my apps wouldn't launch after a Sparkle upd

Re: Determine load path of linked framework at runtime

2013-06-05 Thread Graham Cox
On 06/06/2013, at 9:05 AM, Wim Lewis wrote: > You can also query the dynamic linker's information about a library at run > time using dladdr(). Perfect! Thanks... --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not pos

Re: Determine load path of linked framework at runtime

2013-06-05 Thread Wim Lewis
On 5 Jun 2013, at 3:59 PM, Graham Cox wrote: > Hi all, > > Is there a way to discover the load path of a framework at runtime? > > I have an odd situation where a framework which is bundled within my app is > being overridden by an older copy on a user's machine. They've tried looking > in all

Determine load path of linked framework at runtime

2013-06-05 Thread Graham Cox
Hi all, Is there a way to discover the load path of a framework at runtime? I have an odd situation where a framework which is bundled within my app is being overridden by an older copy on a user's machine. They've tried looking in all the usual /Frameworks locations and performed a search but