Is MFC only available with Visual Studio, and not Visual C++ Express?

六眼飞鱼酱① 提交于 2019-11-27 18:39:59

问题


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.



来源:https://stackoverflow.com/questions/3536627/is-mfc-only-available-with-visual-studio-and-not-visual-c-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!