Incompatible with parameter of type “LPCWSTR”

后端 未结 5 644
终归单人心
终归单人心 2020-12-08 03:42
#include \"stdafx.h\"
#include 
#include 
#include 
#include 
using namespace std;

class Dir
{
public:
         


        
5条回答
  •  轮回少年
    2020-12-08 03:49

    It will work for any settings:

    #include 
    
    MessageBox(NULL, _T("Dialog creation failed! Aborting.."), _T("Error"), MB_OK);
    

提交回复
热议问题