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.
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.
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.
MFC isn't free. You should buy at least Standard Edition of the Visual Studio.