|
-
May 12th, 2010, 01:08 PM
#16
Re: How many of you are working on a new MFC professional project?
 Originally Posted by Ajay Vijay
WinForms are now being replaced by WPF, which requires more code maintenance, than a MFC project.
Why do you believe this to be the case?
-
May 12th, 2010, 01:34 PM
#17
Re: How many of you are working on a new MFC professional project?
I mean the WPF technology is out. For excellent GUI, many are thinking of migrating from Windows Forms applications to rich WPF applications. Since, there are class hierarchy changes, and some stuff like data binding must be put in .XAML file - it obviously needs more of code changes, than required in upgrading MFC (like group-view in list control, requires less change).
-
May 13th, 2010, 05:09 AM
#18
Re: How many of you are working on a new MFC professional project?
We use MFC in all new applications for a number of reasons.
- Using C# for the UI has been raised now and then, but we all know C++ & MFC well and have little to no experience of C#
- Our GUIs are simple enough for WPF or Forms to not have any real advangtage over MFC
- Splitting the code into separate C++ processing and C# GUI sections just adds complexity but no real benefits for us.
- Over the years we've built up a library of sub-classed MFC components that have an STL interface and add functionality common to most of our applications.
"It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
Richard P. Feynman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|