const char *' to 'LPCWSTR'

来源:互联网 发布:seo自学网 编辑:程序博客网 时间:2024/04/29 18:11
    std::string msg=argv[1];

    MessageBox(NULL,(LPCWSTR)msg.c_str(),L"Information",MB_OK);

乱码!


0 0