On Oct 30, 2008, at 6:03 PM, Scott Ribe wrote:

I got an error when I first tried. Perhaps that was with a project that
still supports 10.3.9...


If you're using an older SDK, then you can support NS(U)Integer and CGFloat in your older code just by copying the definitions from the Leopard SDK, taking out all of the 64-bit code (__LP64__), and putting the definitions in a place where they will be loaded _after_ the Foundation framework headers but _before_ your own code. This will help you get ready for 64-bit development when you're ready to take the plunge.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

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