Re: Porting from Windows to Mac
Re: Porting from Windows to Mac
- Subject: Re: Porting from Windows to Mac
- From: Phil <email@hidden>
- Date: Sun, 2 Nov 2008 01:34:30 +1300
On Sat, Nov 1, 2008 at 11:35 PM, Rakesh Singhal
<email@hidden> 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 (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