How to create an .exe without execute the terminal in Windows?

thePengüin arcanet192 at gmail.com
Sat Aug 12 23:13:39 UTC 2023


     I would know how to make some this but in Dlang:
     `
     #include <windows.h>
     void hideConsoleWindow() {
     	ShowWindow(GetConsoleWindow(),SW_HIDE);
     	
     }

`


More information about the Digitalmars-d-learn mailing list