An open API service indexing awesome lists of open source software.

https://github.com/tianzonglin/mfcproject

Self-study practice for Visual C++ based on MFC environment. Examples are simple but still functional.
https://github.com/tianzonglin/mfcproject

cpp dll mfc visual-cpp

Last synced: 3 months ago
JSON representation

Self-study practice for Visual C++ based on MFC environment. Examples are simple but still functional.

Awesome Lists containing this project

README

        

![](https://cdn.jsdelivr.net/gh/TianZonglin/MFCProject/mfc.jpg)

MFC is a C++ application framework specifically designed for developing Windows applications, and it is tightly integrated with the Visual C++ IDE, which provides the development environment and tools for building MFC-based applications.

This is a collection of MFC applications developed using Visual C++. You can try them directly by executing the *.exe files in the `debug` folder. If you get a notification that your PC is missing certain DLL files, you can copy the required DLLs from this repository to your DLL folder. I'm using a 64-bit system, so I placed them in the `SysWOW64` folder.