Skip navigation.
 
mlRe: Linking against HIServices?
FROM : Twisted Theory Software
DATE : Sun Jan 20 00:22:20 2008

On 19 Jan, 2008, at 4:58 PM, Kyle Sluder wrote:

> On 1/19/08, Twisted Theory Software <<email_removed>
> > wrote:

>> I'm trying to use the private API CoreMenuExtraAddMenuExtra(), which
>> is compiled into HIServices.  However, adding its umbrella framework,
>> ApplicationServices, does not link correctly.  I'm working in 
>> Leopard,
>> but compiling against 10.4u SDK.

>
> On Tiger:
>
> $ strings /System/Library/Frameworks/ApplicationServices.framework/
> Frameworks/HIServices.framework/Versions/A/HIServices
> |grep Menu |wc -l
>      0
>
> So it doesn't exist?


Try:
$ grep CoreMenuExtraAddMenuExtra /System/Library/Frameworks/
ApplicationServices.framework/Frameworks/HIServices.framework/Versions/
A/HIServices
Binary file /System/Library/Frameworks/ApplicationServices.framework/
Frameworks/HIServices.framework/Versions/A/HIServices matches
$

Josh

Related mailsAuthorDate
mlLinking against HIServices? Twisted Theory Sof… Jan 19, 23:48
mlLinking against HIServices? Kyle Sluder Jan 19, 23:58
mlRe: Linking against HIServices? Twisted Theory Sof… Jan 20, 00:22