【发布时间】:2011-04-16 05:44:27
【问题描述】:
编译时
#include "windows.h"
#include "stdafx.h"
#include "resource.h"
#include "ProgressDlg.h"
....
...
rItem.lParam = (LPARAM)(DWORD_PTR) m_lsStatusMessages.back().c_str();
我收到错误 C2065: 'DWORD_PTR' : undeclared identifier
我是否缺少任何包含。
【问题讨论】: