On Oct 11, 2009, at 9:46 PM, Ben Haller wrote:
Most of the bugs I had to fix were related to either using "long" instead of "int", or needing a -finalize method.
You should actually probably be using NSInteger instead of either of those these days.
There's actually a ConvertCocoa64 script found in /Developer/Extras/ 64BitConversion that will scan your files for other things that could bite you in the transition to 64-bit. You should probably give it a spin, to make sure you're all up to date.
This page contains some handy information, too: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Cocoa64BitGuide/ConvertingExistingApp/ConvertingExistingApp.html Charles _______________________________________________ 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 arch...@mail-archive.com