Re: Type comparison warning
Re: Type comparison warning
- Subject: Re: Type comparison warning
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 30 Oct 2008 18:15:20 -0600
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 (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