While compiling
#include "windows.h"
#include "stdafx.h"
#include "resource.h"
#include "ProgressDlg.h"
....
...
rItem.lParam = (LPARAM)(DWORD_PTR) m_lsStatusMessages.back().c_str();
I am getting the error C2065: 'DWORD_PTR' : undeclared identifier
Am I missing any Includes.