How compile QtE56 with dmd -m64 Without Console on Windows?
Marcone
marcone at email.com
Sat May 27 21:14:04 UTC 2023
I created a program in Dlang with a Qt6 GUI for Windows x64. I'm
using our friend mgwy's QtE5 library, which can be found at
https://github.com/MGWL/QtE5. However, when I compile the program
without the console, it doesn't open. The program compiles
successfully but doesn't run.
I'm using the following flags:
-m64 -L/SUBSYSTEM:windows -L/entry:mainCRTStartup
The program compiles successfully, but it doesn't run and doesn't
display any error messages.
Can someone help me?
More information about the Digitalmars-d
mailing list