mfc packaged and released its own program for other use

Many times we want to use the directly written MFC program for others, but the other party has not installed the vc6.0 environment, then we only need to package our program and send it to the other party to open it directly. Below is the tutorial

1. Click Project in the upper left corner --->Settings--->Select Win 32 Release in the upper left corner , select General , use MFC as the static link library , and then confirm

2. Click Build in the upper left corner ---> Batch build , put a check mark in front of Win 32 Release, and no check mark in front of Win 32 Debug, and then click Create

3. Find the directory where our project is located, find the Release folder, and double-click to enter

4. Simply click on the application at the end of the exe to start it, isn't it easy!

Guess you like

Origin blog.csdn.net/qq_25036849/article/details/108901129
Recommended