引入<afx.h>windows
此時會出現以下錯誤:app
#ifdef _DLL
#ifndef _AFXDLL
#error Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
#endif
#endifui
修改項目屬性,把 「MFC的使用」項改爲「在共享 DLL 中使用 MFC」 ,並把stdafx.h中的#include <windows.h>註釋掉。it