GtkD on Windows: notes + question

mark mark at qtrac.eu
Mon Feb 10 08:08:40 UTC 2020


On Sunday, 9 February 2020 at 14:08:02 UTC, Daniel Kozak wrote:
> "lflags-windows": ["/SUBSYSTEM:WINDOWS", 
> "/ENTRY:mainCRTStartup"],
>
[snip]
>> Is there a way to avoid the console Window, at least for 
>> release builds?


Thank you! Your solution I guess is for dub.json.

For those using dub.sdl the necessary line is:

lflags "/SUBSYSTEM:WINDOWS" "/ENTRY:mainCRTStartup" 
platform="windows"


More information about the Digitalmars-d-learn mailing list