在EVC里怎么会出现这样的问题,
'AfxMessageBox' : none of the 2 overloads can convert parameter 1 from type 'char [4]'
其中AfxMessageBox在程序中的形式为AfxMessageBox("end");
请问这是为什么???
...全文
842打赏收藏
在EVC里怎么会出现这样的问题???
在EVC里怎么会出现这样的问题, 'AfxMessageBox' : none of the 2 overloads can convert parameter 1 from type 'char [4]' 其中AfxMessageBox在程序中的形式为AfxMessageBox("end"); 请问这是为什么???