#include "afxwin.h" 编译错误
VS2008 C++
显示在afx.h中一句话出错
Error 1 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\include\afx.h 24 IconCreator
#define _AFXDLL 之后也没有用。
其实我就是想使用一下CDC而已。