Is MFC only available with Visual Studio, and not

2019-01-24 21:58发布

问题:

Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?

回答1:

Now there exists a solution to this problem, for all the people want to use a free version.

Visual Studio Community 2013 comes with the MFC (Microsoft Foundation Classes) included. Download link: https://www.visualstudio.com/products/visual-studio-community-vs

Edit: Visual Studio Community 2015 is now also released.



回答2:

From the FAQ:

Does Visual C++ 2008 Express Edition include MFC and ATL?

No, MFC and ATL are not included with Visual C++ 2008 Express. MFC and ATL will be included in Visual Studio 2008 Standard and above editions.

Same for Visual C++ 2010 Express Edition.