摘要: CString CStringUtf8ToUnicode( CString Utf8 ){ int wLen = 0; CString strUnicode; LPSTR pBufChar = NULL; LPWSTR pBufWchar = NULL; //CString to char wL... 阅读全文
posted @ 2014-08-25 22:24 1CM 阅读(313) 评论(0) 推荐(0) 编辑