Visual Studio提示错误无法convert char * to LPCWSTR

建立个一个win32视窗程序,build的时候出现这个错误,解决办法是:

  • Project上右键点击进入Property
  • Configuration Properties -> General
  • Project Defaults -> Character Set
  • 选择Use Multi-Byte Character Set

你可能感兴趣的:(Visual Studio提示错误无法convert char * to LPCWSTR)