Cannot convert parameter from 'const char[20]' to 'LPCWSTR'

后端 未结 3 2016
独厮守ぢ
独厮守ぢ 2020-11-27 23:16

When compiling this code:

#include 

int WINAPI WinMain(HINSTANCE hInsance,HINSTANCE hPrevInstance,PSTR cmdLine,int showCmd){
    MessageBox         


        
3条回答
提交回复
热议问题