Search code examples
c++mfcmingw32

Compiling a simple MFC project


I need the DLL that contains the MFC libraries, so I can compile a MFC project with MinWG.

I cannot download Visual C++ because I have a 50mb download limit.

According to Wikipedia, the latest MFC version is MFC 10.0.40219.1, and it is contained in a file called mfc100.dll.

Where can I download this file, or the basic MFC framework in general?


Solution

  • Distribution of MFC*.dll requires a Visual Studio (Professional) license. Hence, you won't find it as a redistributable.