Re: including a cocoa bundle in a carbon app
Re: including a cocoa bundle in a carbon app
- Subject: Re: including a cocoa bundle in a carbon app
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 10 Aug 2008 15:41:00 -0600
On Aug 10, 2008, at 2:40 PM, Bob Sabiston wrote:
2) the bundle right now is compiling for i386, the native
architecture of this machine. does it need to be compiled for all
4? it should at least run on this machine if everything, app and
bundle, is being compiled for this architecture, right?
You said the original project was a CodeWarrior project, right? That
means the project uses PPC code. Applications cannot load code bundles
or frameworks that were compiled for a CPU architecture other than the
application's architecture, including 64-bit variants. There is no Mac
OS 7 "mixed mode" in Mac OS X.
So either move your CodeWarrior project to Xcode if possible, and if
not, then make the bundle compile for PPC only.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden