Re: Hotkey linker problem
Re: Hotkey linker problem
- Subject: Re: Hotkey linker problem
- From: Nicholas Riley <email@hidden>
- Date: Wed, 12 Mar 2003 20:35:47 -0600
- Mail-followup-to: Bill Cheeseman <email@hidden>, Cocoa-Dev Mail <email@hidden>
On Wed, Mar 12, 2003 at 07:55:01PM -0500, Bill Cheeseman wrote:
>
I'm trying to implement the newly Cocoa-compliant Carbon hotkey API in my
>
Cocoa application, but I'm getting a linker error.
>
>
Specifically, this is the linker error:
>
>
ld: /Users/cheeseb/Documents/Cocoa Development Builds/UI Browser.build/UI
>
Browser.build/Objects-normal/ppc/PFBrowserController.o illegal reference to
>
symbol: _GetApplicationEventTarget defined in indirectly referenced dynamic
>
library
>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.
>
framework/Versions/A/HIToolbox
This message says that some framework you use links to this symbol,
but in order for you to use it, you need to link to the framework (in
this case, Carbon.framework) directly. Just "Add Frameworks..." in PB
and specify Carbon.framework.
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.