tags:

views:

51

answers:

2

I've got Visual Studio 2008 express, and I need to use afx.h and some other things from MFC. Is there an SDK I can download that includes those? I downloaded the latest Windows SDK, but that didn't include it.

Thanks.

+2  A: 

MFC is the proprietary class collection for Microsoft paid customer so I don't think you can get them FOC (well legally of course).

You can consider Win32++ which attempt to mimic MFC functionalities and its open source.

YeenFei
+2  A: 

MFC isn't free. You should buy at least Standard Edition of the Visual Studio.

Kirill V. Lyadvinsky