On Sat, Nov 1, 2008 at 11:35 PM, Rakesh Singhal <[EMAIL PROTECTED]> wrote: > Do I need to change the existing code (Windows code) very much. I have not > used Qt before this. Does Qt support the MFC? >
If your code is written for MFC, then any code that depends on it will require re-writing---regardless of the approach you choose. Qt is one of many UI frameworks that allow cross-platform development (personally, I prefer GTK+). However, if your code is already written against the MFC framework, then you will need to re-write your UI code. Coding against a framework like Qt makes maintence of the code easier, but doesn't help you much if you already have a large existing codebase written for another framework. Phil _______________________________________________ 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]