Le 30 oct. 08 à 19:01, Scott Ribe a écrit :

Not true, NSInteger and NSUInteger are typedefs for plain integer
types, *not* Objective-C objects.

Yes, yes, yes. Thanks for pointing that out. I'm not doing 10.5-only
development yet, so I read "NSNumber" because I'm not used to seeing
NSInteger anywhere.

NSInteger can safely be used for developpement that target any OS 10 version (it is binary compatible with previous OS X version).

All my projects that target 10.4 already use NSInteger (and are 64 bits safe).

_______________________________________________

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