Continued support for MFC.. who said it?
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
Walter Sullivan, lead program manager for MFC was kind enough to host a couple of threads on CodeProject, here's a link to the article Chris started surrounding the discussion, and I believe the article also has a link to the lengthy thread that spawned the article: http://www.codeproject.com/script/rumor/article.asp?id=176 HTH, David
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
MFC IS NOT AN "ORPHANED" PRODUCT!!! In fact, MFC is a growing product and has many new features in 7.0. MFC is a terrific library for developing native Windows applications. New features include classes to wrap new operating system features and tighter (seamless) integration with ATL. Note too that the 7.0 C++ compiler is extended with many new capabilities and refinements for the native developer. Given the enormous focus on .NET I understand the confusion on this subject. Suffice it to say that Microsoft is committed to the Windows C++ developer and so important products like MFC will not simply "go away" or stagnate.
-
My boss probably made the "info" up - he is a paranoid, controlling, egotistical, technically incompetent SOB. He used to work at MS, though, so that gives him some credibility with upper management. I need the reference in order to defuse his statements. My guess is that, because MFC was not held in high regard in the group he used to work in, he has used this grain of truth (some MS programmers don't use it) as the core of his fantasy.
-
Walter Sullivan, lead program manager for MFC was kind enough to host a couple of threads on CodeProject, here's a link to the article Chris started surrounding the discussion, and I believe the article also has a link to the lengthy thread that spawned the article: http://www.codeproject.com/script/rumor/article.asp?id=176 HTH, David
-
My boss probably made the "info" up - he is a paranoid, controlling, egotistical, technically incompetent SOB. He used to work at MS, though, so that gives him some credibility with upper management. I need the reference in order to defuse his statements. My guess is that, because MFC was not held in high regard in the group he used to work in, he has used this grain of truth (some MS programmers don't use it) as the core of his fantasy.
Geez, I think you just put every boss who visits CP on the defensive... I think I'll go give my team a big hug :-D David
-
MFC IS NOT AN "ORPHANED" PRODUCT!!! In fact, MFC is a growing product and has many new features in 7.0. MFC is a terrific library for developing native Windows applications. New features include classes to wrap new operating system features and tighter (seamless) integration with ATL. Note too that the 7.0 C++ compiler is extended with many new capabilities and refinements for the native developer. Given the enormous focus on .NET I understand the confusion on this subject. Suffice it to say that Microsoft is committed to the Windows C++ developer and so important products like MFC will not simply "go away" or stagnate.
Very well spoken, Nick. As so often happens when something 'new', .NET in this case, is released and the marketing machinery starts up, quickly a mistaken belief forms that it is replacing everything. Nothing could be further from the truth, especially in this case. Your words, "MFC is a terrific library for developing native Windows applications. " will be true for many years to come. I've been using MFC to develop applications for more years than I care to admit to and expect to keep on doing so for many more. As Mark Twain said, "The rumours of my demise are greatly exaggerated." :) Chris Meech
-
My boss probably made the "info" up - he is a paranoid, controlling, egotistical, technically incompetent SOB. He used to work at MS, though, so that gives him some credibility with upper management. I need the reference in order to defuse his statements. My guess is that, because MFC was not held in high regard in the group he used to work in, he has used this grain of truth (some MS programmers don't use it) as the core of his fantasy.
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
Well it is in beta 1 of .net. That does not mean it will always be there. I am using it now to learn VC++ (the book is for 6.0 but why not use the newer version). Lee ------ Lee J. Zuckett - MCSD Avanade, Inc.
-
My boss claims that MFC is an orphaned product which has been abandoned by Microsoft.. grr. I know that the VC++ product manager was on here just recently and publicy stated that support for MFC would continue.. but I can't locate that statement, or even the thread. (It was a long one, in which he asked for people's comments on future directions for VC++). Can anyone point me to it, or even close to it? TIA
MFC is far from dead, looking at the amount of code pooled into this site, suggests that MFC is getting better. There is no code base like this for VB ;P , or any other development languages. I think as new technologies emerge (usually in the API or COM form) having the ability to 'WRAP' and use the technologies straight away, will definitely win over the .NET frameworks, which I have been told by some Microsoft guy "USING the API direct is allowed but not ethical :(( ", well to me, this why VC++ wins over VB, having the ability to encompass new technologies very quickly. MFC wont die for along time, infact M$ should port the .NET frameworks over to _raw_ c++ classes so that you can two choice, saloon car (.NET) and hi-perfomance car (C++) Any thats my two pennies worth! :-D
-
My boss probably made the "info" up - he is a paranoid, controlling, egotistical, technically incompetent SOB. He used to work at MS, though, so that gives him some credibility with upper management. I need the reference in order to defuse his statements. My guess is that, because MFC was not held in high regard in the group he used to work in, he has used this grain of truth (some MS programmers don't use it) as the core of his fantasy.
He sounds like a real asshole :-) http://www.codeit.dk/job3.htm Christian Skovdal Andersen
-
Well it is in beta 1 of .net. That does not mean it will always be there. I am using it now to learn VC++ (the book is for 6.0 but why not use the newer version). Lee ------ Lee J. Zuckett - MCSD Avanade, Inc.
LOL with agreement. MFC is Dead but "it is in the beta 1 of .net." is an Oxymoronic statement when you think about it, MFC is too big to replace in one swoop. >>> (the book is for 6.0 but why not use the newer version). Hey I find there is a lot of useful stuff in the MFC 4.2 + Books, But the IDE is di_ff_er_en_t. Regardz Colin Davies
-
MFC IS NOT AN "ORPHANED" PRODUCT!!! In fact, MFC is a growing product and has many new features in 7.0. MFC is a terrific library for developing native Windows applications. New features include classes to wrap new operating system features and tighter (seamless) integration with ATL. Note too that the 7.0 C++ compiler is extended with many new capabilities and refinements for the native developer. Given the enormous focus on .NET I understand the confusion on this subject. Suffice it to say that Microsoft is committed to the Windows C++ developer and so important products like MFC will not simply "go away" or stagnate.
-
MFC IS NOT AN "ORPHANED" PRODUCT!!! In fact, MFC is a growing product and has many new features in 7.0. MFC is a terrific library for developing native Windows applications. New features include classes to wrap new operating system features and tighter (seamless) integration with ATL. Note too that the 7.0 C++ compiler is extended with many new capabilities and refinements for the native developer. Given the enormous focus on .NET I understand the confusion on this subject. Suffice it to say that Microsoft is committed to the Windows C++ developer and so important products like MFC will not simply "go away" or stagnate.
-
MFC IS NOT AN "ORPHANED" PRODUCT!!! In fact, MFC is a growing product and has many new features in 7.0. MFC is a terrific library for developing native Windows applications. New features include classes to wrap new operating system features and tighter (seamless) integration with ATL. Note too that the 7.0 C++ compiler is extended with many new capabilities and refinements for the native developer. Given the enormous focus on .NET I understand the confusion on this subject. Suffice it to say that Microsoft is committed to the Windows C++ developer and so important products like MFC will not simply "go away" or stagnate.
-
Mario, I'm the Product Manager for Visual C++ and Visual C#. As I've said, .NET is not a replacement for MFC. It is also not simply a "replacement" or an "improvement" of Visual Basic. .NET as a whole is a computing platform (and is a platform that supports multiple languages). Just as Windows is a platform for which we create desktop applications, .NET is a platform for which we create Internet-enabled applications. Platforms provide infrastructure to the applications they support - typically a run-time environment, a core set of programming interfaces, and services like security. Windows provides these things optimized for desktop applications and .NET provides them optimized for Internet applications. I hope this helps! Nick
-
Mario, I'm the Product Manager for Visual C++ and Visual C#. As I've said, .NET is not a replacement for MFC. It is also not simply a "replacement" or an "improvement" of Visual Basic. .NET as a whole is a computing platform (and is a platform that supports multiple languages). Just as Windows is a platform for which we create desktop applications, .NET is a platform for which we create Internet-enabled applications. Platforms provide infrastructure to the applications they support - typically a run-time environment, a core set of programming interfaces, and services like security. Windows provides these things optimized for desktop applications and .NET provides them optimized for Internet applications. I hope this helps! Nick
Some One needs to make some clear and simple statements from MS.. eg What is up and what is down. :confused: No offense meant, But some clarity would be cool ! :cool: Regardz Colin Davies
-
Some One needs to make some clear and simple statements from MS.. eg What is up and what is down. :confused: No offense meant, But some clarity would be cool ! :cool: Regardz Colin Davies
sky==up earth==down :) Really, what do you want to know?
-
sky==up earth==down :) Really, what do you want to know?
sky==up earth==down this is encouraging news Nick that MS sees it this way also, Otherwise We'd all be standing on our heads, :-) Will there be a MFC 8.0 ( repeat eight ) Spit it out .... Regardz Colin Davies