MultiByteToWideChar
반응형
char chPath[MAX_PATH] = {0,};
wchar_t wchPath[MAX_PATH] = {0,};
MultiByteToWideChar( CP_ACP, 0, chPath, -1, wchPath, (int)strlen(chPath) );
'유용한 것들_func' 카테고리의 다른 글
폴더의 파일 목록얻기 (0) | 2010.01.15 |
---|---|
마우스 커서 모양 LoadCursor (0) | 2009.12.15 |
CString <-> int , CString <-> double 변환 (0) | 2009.09.04 |
Cubemap D3DFMT_DXT1으로 저장하기. (0) | 2009.08.20 |
FreeType 을 이용한 TrueType Font 파일 읽기 (0) | 2009.08.18 |
TAGS.