Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラーの原因となっているコード行は次のとおりです。
WndClass.lpszClassName = "WinProg";
と
hWindow = CreateWindow("WinProg", "Window", WS_OVERLAPPEDWINDOW, 0, 0, 400, 400, NULL, NULL, hInstance, NULL);
このエラーを「修正」する方法がわかりません。