0
對於此行的代碼:無法從 'ATL :: CString的' 轉換參數1到 '常量爲wchar_t *'
int currentSnapshotHeight = _wtoi(ExecuteExternalProgram(L"current.png"));
我得到這個錯誤:
Error 1 error C2664: '_wtoi' : cannot convert parameter 1 from 'ATL::CString' to 'const wchar_t *'
如何解決?
請告訴我原型ExecuteExternalProgram()? – Grim 2011-05-04 09:06:16