std::string FileName 를....
std::wstring sTemp = std::wstring(FileName.begin(), FileName.end());
LPCWSTR sw = sTemp.c_str();
hr = m_pGraphBuilder->RenderFile(sw, NULL);
'프로그래밍 > 리서치결과' 카테고리의 다른 글
windows api Dialog Z Order 순서알기 (0) | 2014.08.13 |
---|---|
빅엔디안, 리틀엔디안 (0) | 2013.11.19 |
warning c4819 the file contains a character that cannot be represented in the current code page (0) | 2013.08.06 |
QT setBackgroundBrsh에 대한 error 확인. (0) | 2013.05.27 |
mfc 실행시 side-by-side 오류 (0) | 2013.03.11 |