My compiler defaults to MessageBoxW so I have to use the following syntax: MessageBox(NULL, (LPCWSTR)L"Hello!", (LPCWSTR)L"Greetings", MB_OK); I ...
確定! 回上一頁