@TOCC++解决:不存在从 “std::string” 到 “LPCWSTR” 的适当转换函数
解决办法如下:
//orig为输入的string字符串
#include <string>
#include <iostream>
#include<cstdlib>
typedef const wchar_t* LPCWSTR;//#include<winnt.h>
@TOCC++解决:不存在从 “std::string” 到 “LPCWSTR” 的适当转换函数
解决办法如下:
//orig为输入的string字符串
#include <string>
#include <iostream>
#include<cstdlib>
typedef const wchar_t* LPCWSTR;//#include<winnt.h>