Re: linking launch.h on 10.4
Re: linking launch.h on 10.4
- Subject: Re: linking launch.h on 10.4
- From: Robert <email@hidden>
- Date: Tue, 10 Jul 2012 09:16:12 -0500
Does this help?
"Launch Services in Mac OS X v10.5 (Leopard) is available as a component of the Core Services umbrella framework. This is a binary-compatible change from Mac OS 10.4, where Launch Services was part of the Application Services umbrella framework. Clients of the Launch Services API may link with the Core Services framework or a higher-level umbrella framework (Application Services, Cocoa, or Carbon)."
https://developer.apple.com/library/mac/#releasenotes/Carbon/RN-LaunchServices/_index.html
You might need to have the "Application Services" umbrella framework linked in with your app using the 10.4 sdk
Robert
On Jul 6, 2012, at 2:58 PM, David M. Cotter wrote:
> i'm required to use 10.4 as an SDK root, in order to support G3 PPC computers. if you're wondering why or think i should not need to see the thread [PowerPC and 10.5 "Base SDK"]
>
> anyhoo, when i have 10.5 SDK route, all the functions that i call from launch.h work just fine. (using BetterAuthorizationSampleLib)
>
> when i use 10.4 SDK, it all compiles (and indeed i see launch.h in the 10.4 SDK), however, nothing LINKS.
>
> did i miss some library that I'm supposed to link against JUST for 10.4?
> _______________________________________________
> 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
_______________________________________________
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