解決方法:

image.png
AfxMessageBox(("click"));
錯誤 error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types
解決方法:
AfxMessageBox(_T("click"));
解決方法:
AfxMessageBox(("click"));
錯誤 error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types
解決方法:
AfxMessageBox(_T("click"));