On Nov 20, 2008, at 6:50 AM, Påhl Melin wrote:

If I were to require the use of the 64-bit ABI in my next project, which mac models would the application run on?


All currently shipping Macs are 64-bit capable. The Mac mini was the last one to be updated, in August of 2007.


And is it possible to detect at runtime if I'm running the old 32- bit ABI or the new 64-bit to enable a fallback on non-64-bit models?


Your choice of ObjC runtime is made at compile time, not at runtime. It's easy to target both 32-bit and 64-bit though, using the standard multiple architecture support provided by Mac OS X and our developer tools. For more information, see the 64-bit transitioning guides.


j o a r


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to