#include <atlconv.h> ... USES_CONVERSION; // コインパイルエラーを避ける為のマクロ std::string str = "Hello, world!"; CA2W pszWide(str.c_str()); // または直接 LPWSTR x = CA2W(str.c_str());
CA2W pszWide(str.c_str(), CP_UTF8);
0 件のコメント:
コメントを投稿