How make a Dlang with Windows GUI x64 without console?

John Chapman johnch_atms at hotmail.com
Fri May 26 19:17:28 UTC 2023


On Friday, 26 May 2023 at 18:05:38 UTC, Marcone wrote:
> How can I hide console of a window GUI on Windows x64? I need 
> run with -m64

-L/SUBSYSTEM:Windows

And if you're using 'main' as the entry point rather than 
'WinMain':

-L/ENTRY:mainCRTStartup


More information about the Digitalmars-d-learn mailing list