Retaining 10.4 compatibility when using framework methods with newly defined data types?
Retaining 10.4 compatibility when using framework methods with newly defined data types?
- Subject: Retaining 10.4 compatibility when using framework methods with newly defined data types?
- From: Ryan Poling <email@hidden>
- Date: Mon, 3 Dec 2007 17:28:26 -0800
I'm trying to use the following method defined in NSURLDownload which
as you can see from the signature is defined to use the new
"NSUInteger" data type. I want to use this method on a program I'll
be distributing for both Tiger and Leopard (10.4 and 10.5), but I'm
not sure what the proper way to do this is.
- (void)download:(NSURLDownload *)download didReceiveDataOfLength:
(NSUInteger)length
Any tips?
Thanks,
-Ryan
Ryan Poling
email@hidden
_______________________________________________
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