On Saturday, 10 February 2018 at 22:59:18 UTC, ag0aep6g wrote:
But there is a recent regression on Windows that might be
related. Do you also have a static constructor (`static this`)
that uses `wndclassName`? If so, you might be hitting issue
18412.
https://issues.dlang.org/show_bug.cgi?id=18412
If you don't have a static constructor, it might be a different
bug. In that case, please provide complete code so that we can
get to the bottom of it.
I have a static constructor that uses wndclassName to register
the window class... at the top of the file.
I think that's the bug.