Hej, I got a problem.
While trying to learn D (I am on Windows 11)
i like to build a simple window with some textboxes pushbuttons
etc.
Raylib is way to complex for this.
arsd.minigui won't compile link gives me I got lld-link: error:
/manifestdependency: is not allowed in .drectve
both with ldc and dmd.
GTK-D - Error Unresolvable dependencies to package gtk-d:
import core.sys.windows.windows;
The inputbox does not have a box.
lld-link: error: undefined symbol: MessageBoxW
It looks like windows do not have a messageBox at all.
Can someone advice a working simple GUI for Windows 11?