const char *' to 'LPCWSTR'

来源:互联网 发布:seo自学网 编辑:程序博客网 时间:2024/06/09 14:47
    std::string msg=argv[1];

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

乱码!


0 0
原创粉丝点击