|
-
August 26th, 2009, 05:29 AM
#3
Re: Parsing error
I am also facing the same issue.
I have following error
Parsing error: Expected ")".
Input Line:"DDX_Control(pDX, IDC_DssButt64, m_DssButt[64]);"
I have removed the clw and ncb file and rebuild the code still facing the same error
I have manually added the code to dialog dodataexchange as follow:
void CDssPage1: oDataExchange(CDataExchange* pDX)
{
CDssPage: oDataExchange(pDX);
//{{AFX_DATA_MAP(CDssPage1)
DDX_Control(pDX, IDC_DssButt64, m_DssButt[64]);
DDX_Control(pDX, IDC_DssButt65, m_DssButt[65]);
DDX_Control(pDX, IDC_DssButt66, m_DssButt[66]);
DDX_Control(pDX, IDC_DssButt67, m_DssButt[67]);
DDX_Control(pDX, IDC_DssButt68, m_DssButt[68]);
DDX_Control(pDX, IDC_DssButt69, m_DssButt[69]);
DDX_Control(pDX, IDC_DssButt70, m_DssButt[70]);
DDX_Control(pDX, IDC_DssButt71, m_DssButt[71]);
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|