Re: Disk Arbitration causes problem launching on OS X 10.3
Re: Disk Arbitration causes problem launching on OS X 10.3
- Subject: Re: Disk Arbitration causes problem launching on OS X 10.3
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 31 Oct 2007 13:37:37 -0600
On Oct 31, 2007, at 12:55 PM, Hugh Sontag wrote:
It would appear that the DiskArbitration framework isn't weak-
linked. The code is built to never execute DiskArbitration functions
on a pre-10.4 system. I've never before had to weak-link a new
framework, so how can I do that?
You can't link the framework directly. The DiskArbitration framework
was private in Panther and earlier, and if you link to it directly,
then your software will not be able to run on pre-Tiger systems.
You could try manually loading the library using the dl functions, and
tell the linker to ignore the missing symbols (which may involve
forcing a flat namespace)...
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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