1, to determine the debug version error-free, note trace and other debugging methods may cause errors
2, release version of the EXE file link is the standard MFC DLL, such as MFC42.dll. These DLLs will be installed on the system when Windows installs. Therefore, such an EXE can be run on a machine that does not have Visual C + + 6.0 installed. And the debug version cannot, unless you use static links
3. Steps to generate release version:
"Engineering"--"configuration"--"general"--"using MFC as a static link library".
Right-click on the menu blank-select "Build"-select "Win32 Release"-Recompile the link.
Many installed VC + + 6.0 Chinese version of the friend, do not know how to publish the project release version, in fact, this is the curse of the translation, resulting in the configuration options can not be found. Here are the Chinese and English versions of the setup methods are listed.
English version:
Build-set Active configuration can be set
Chinese version:
Menu build, remove project configuration, double-click Win32release
Then the difference between them.
VC in debug version and release version