class CConfigDlg : public CDialog
{
public:
CConfigDlg(CWnd* pParent = NULL);   // standard constructor
CConfigDlg(CWnd* pParent, DCB dcb); //{{AFX_DATA(CConfigDlg)
enum { IDD = IDD_CONFIGDIALOG }; CString m_strComName;  
CString m_strBaudRate;
.........
IDD_CONFIGDIALOG 这个对话框资源是存在的,但是老出现这个错误:
\configdlg.h(28) : error C2065: 'IDD_CONFIGDIALOG' : undeclared identifier实在不明白,请大家帮看看,谢谢啦。