现在的位置: 首页 > 综合 > 正文

“DDX_Control” : 不能将参数 3 从“int”转换为“CWnd &”

2013年10月07日 ⁄ 综合 ⁄ 共 129字 ⁄ 字号 评论关闭
如果要使用DDX_Control,则m_ncount应为CEdit类型
如果要使用int m_nCount; 请使用DDX_Text(pDX, IDC_COUNT, m_nCount);
而不能使用DDX_Control(pDX, IDC_COUNT,
m_nCount);

抱歉!评论已关闭.