I haven't done any porting between the two platforms, but I have worked with both for some time.
It's not easy to port such an application and be prepared to rewrite most of the code (not counting the learning curve). All the GUI stuff, you have to separate from the model, in order to have a decent starting point and make your life easier. Hence, a lot of refactoring beforehand (and some decent unit testing). You have to take into account that Mac development is centered on the MVC pattern and the tools are built for that purpose. You will find that the GUI designer (Interface Builder) is separate from the code editor (Xcode) and you don't have the same mixed up model that e.g. Visual Studio and Delphi promote. I would also recommend that you start over with the design of your GUI, for the sensibilities and design principles of Mac OS X are very different. This difference is exacerbated if you consider the age of MFC... - Nick email: [EMAIL PROTECTED] twitter: macsphere _______________________________________________ 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]