How make a Dlang with Windows GUI x64 without console?

ryuukk_ ryuukk.dev at gmail.com
Fri May 26 19:15:16 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

Someone asked the exact same thing yesterday, check their post: 
https://forum.dlang.org/thread/azlraopxmidtcdmnrsgh@forum.dlang.org


```
"lflags-windows": [
     "/SUBSYSTEM:windows",
],
```


More information about the Digitalmars-d-learn mailing list