... int nLen = WideCharToMultiByte(CP_ACP, 0,pwszText,wcslen(pwszText),NULL,0,NULL,0); char * pszText = (char*)malloc(nLen+1); pszText[nLen]=0; ...
確定! 回上一頁