• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: HIShape symbols not found on 10.4.10 on PPC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HIShape symbols not found on 10.4.10 on PPC


  • Subject: Re: HIShape symbols not found on 10.4.10 on PPC
  • From: Stevo Brock <email@hidden>
  • Date: Fri, 30 Nov 2007 20:49:44 -0800

I tried hitting this from a completely different direction. On Intel / 10.5.1 / Xcode 3.0, I...

-created a new Carbon C++ project
-set the Project Deployment Target to Mac OS X 10.3
-built using the default Release configuration.
-copied the app to a PPC / 10.4.10
-ran app
-app ran fine and opened the window.

-added the following line into the source code:
	HIShapeRef	shapeRef = HIShapeCreateEmpty();
-rebuilt, recopied, reran
-app crashed.

There's got to be something very basic going wrong here. Can anyone point me to what it is?

-Stevo Brock
 Head of Development
 Monkey Tools, LLC
 www.monkey-tools.com




On Nov 30, 2007, at 3:30 PM, Eric Schlegel wrote:


On Nov 30, 2007, at 2:57 PM, Stevo Brock wrote:

Why can't the ?Launcher? can't find the symbol in the Carbon/ HIToolbox framework on 10.4.10 which is most certainly included in the app? And what do I need to do to get this working?

You are most likely explicitly linking against ApplicationServices.framework, and so the load paths in the binary (when you link on 10.5) point at AppServices.framework for these symbols, rather than Carbon.framework.


Try linking just against Carbon.framework and remove ApplicationServices.framework from the frameworks that you link against.

-eric



_______________________________________________ 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
  • Follow-Ups:
    • Re: HIShape symbols not found on 10.4.10 on PPC
      • From: Eric Schlegel <email@hidden>
  • Prev by Date: Re: How do you find out what architecture a dylib is built for?
  • Next by Date: "integrating" Research assistant with other parts of the GUI
  • Previous by thread: Re: HIShape symbols not found on 10.4.10 on PPC
  • Next by thread: Re: HIShape symbols not found on 10.4.10 on PPC
  • Index(es):
    • Date
    • Thread