Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

How do you fix this release mode compile error?

$
0
0
else if (!FileExists(strFilePath))
{
AfxMessageBox(_T("The files ") + strFilePath + _T(" does not exist..."));
}


Error 1 error C2664: 'CEasyWebStoreUploaderDlg::FileExists' : cannot convert parameter 1 from 'ATL::CStringT<BaseType,StringTraits>' to 'CString' G:\EasyWebStoreUploader\EasyWebStoreUploaderDlg.cpp 157

Viewing all articles
Browse latest Browse all 3046

Trending Articles