VC2015 MFC程序编译最小化
一个MFC程序默认Release编译后2M左右
包含很多没用的代码
stdafx.h 添加定义
define _AFX_NO_RICHEDIT_SUPPORT
define _AFX_NO_MFC_CONTROLS_IN_DIALOGS
define _AFX_NO_OLE_SUPPORT
define _AFX_NO_AFXCMN_SUPPORT
连接输入: afxnmcd.lib;uafxcw.lib;LIBCMT.lib
编译后 400多K
一个MFC程序默认Release编译后2M左右
包含很多没用的代码
stdafx.h 添加定义
连接输入: afxnmcd.lib;uafxcw.lib;LIBCMT.lib
编译后 400多K