Re: c++ exceptions in objective c call stack
Re: c++ exceptions in objective c call stack
- Subject: Re: c++ exceptions in objective c call stack
- From: Uli Kusterer <email@hidden>
- Date: Fri, 4 Jul 2008 22:19:48 +0200
On 04.07.2008, at 22:03, Jim Crafton wrote:
I'm developing this on 10.5, Xcode 3.0. Is that considered the newer
version, or is there an Xcode setting that I need to explicitly adjust
for this?
64-bit is the sticking point. If you build for 64-bit, they're
unified, but Apple can't change the 32-bit runtime on the Mac for
compatibility reasons. So the switch would be setting the architecture
to 64-bit and removing the 32-bit architecture. But of course then
your app won't run on Macs with 32-bit CPUs anymore.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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