em có đoạn code này
#include <windows.h>
#include <iostream>
int main()
{
int msgboxID = MessageBox(NULL, "Chào người ae", "Hi", MB_OK);
return 0;
}
Khi chạy nó lên thì bị lỗi font
Khi em thêm L thì bị lỗi 7|error: cannot convert ‘const wchar_t*’ to ‘LPCSTR {aka const char*}’ for argument ‘2’ to ‘int MessageBoxA(HWND, LPCSTR, LPCSTR, UINT)’|