1.从CDialogEx派生自己的CMyDialog,到DoModal()时总提示

error C2039: “DoModal”: 不是“CMyDialog”的成员

error C2504: “CDialogEx”: 未定义基类

添加头文件#include <afxdialogex.h>

2._WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)

添加#define _WIN32_WINNT 0x0502

05-21 03:14