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.
- Host: GitHub
- URL: https://github.com/tianzonglin/mfcproject
- Owner: TianZonglin
- Created: 2016-09-16T14:23:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T09:12:35.000Z (about 1 year ago)
- Last Synced: 2024-12-30T02:24:37.380Z (5 months ago)
- Topics: cpp, dll, mfc, visual-cpp
- Language: C++
- Homepage:
- Size: 38.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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.