@char型からWCHAR型


char user[256];
WCHAR w_user[256];
CString struser;

//#include する
mbstowcs(w_user,user,struser.GetLength()+1);


戻る