GetDlgItemText(IDC_EDIT3,str)这样不行?
CStringstr;GetDlgItemText(IDC_EDIT3,str);编译器居然提示errorC2660:'GetDlgItemTextA':function...
CString str;
GetDlgItemText(IDC_EDIT3,str);
编译器居然提示error C2660: 'GetDlgItemTextA' : function does not take 2 parameters
这2个参数怎么会有问题了?
而且用GetDlgItem(IDC_EDIT3)->GetWindowText(str);时居然又提示我error C2660: 'GetDlgItem' : function does not take 1 parameters
这2个函数明明这么用的呀,哪里错了?? 展开
GetDlgItemText(IDC_EDIT3,str);
编译器居然提示error C2660: 'GetDlgItemTextA' : function does not take 2 parameters
这2个参数怎么会有问题了?
而且用GetDlgItem(IDC_EDIT3)->GetWindowText(str);时居然又提示我error C2660: 'GetDlgItem' : function does not take 1 parameters
这2个函数明明这么用的呀,哪里错了?? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询