Reputation: 21
I start using the visual studio c++ express 2010 at home but there is no ATL and MFC in it. How can I add ATL/MFC to visual studio c++ express 2010?
Upvotes: 2
Views: 1591
Reputation: 1854
I guess, Microsoft would not mind much if you try to learn MFC at home. There is a possibility to work with existing MFC projects in VC++ Express: How to compile MFC code in Visual C++ Express
Upvotes: -1
Reputation: 28573
ATL, MFC, and OpenMP are not supported in Visual C++ Express 2010.
Visual C++ Product Comparison (see the Libraries and Headers section)
Upvotes: 2
Reputation: 115
There is no support for MFC and ATL for Express editions. Refer http://msdn.microsoft.com/en-gb/library/hs24szh9.aspx for comparison between editions.
Upvotes: 5