关于对话框的问题
lilin 2005-10-11 10:05:23 if (m_CDlgAdd.DoModal==IDOK)
{......
}
出现
1. no conversion from 'const int' to 'int (__thiscall CDialog::*)(void)'
There are no conversions from integral values to pointer-to-member values
2. error C2040: '==' : 'int (__thiscall CDialog::*)(void)' differs in levels of indirection from 'const int'
我定义
m_CDlgAdd都是在public里面进行的,怎么会出现这种东西