On Saturday, 21 August 2021 at 06:08:17 UTC, evilrat wrote:First parameter for CreateWindow should be window class string that you used inwndclass.lpszClassName = appName.toUTF16z;Fix: wndclass.lpszClassName = "Test"; //May need casting...
Anyways, this isn't an issue anymore. I'm just not gonna use Win32 API.
