const char*到LPCWSTR的轉換

利用CString作一下中間轉換。
const char *str;
CString temp = str;
LPCWSTR app = (LPCWSTR)(temp.AllocSysString());
這樣就把str轉化成LPCWSTR類型的app了
相關文章
相關標籤/搜索