nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Add note for linker flags in windows needed to prevent console window. #42

Closed danieltanfh95 closed 7 years ago

danieltanfh95 commented 7 years ago

From this thread : http://forum.dlang.org/post/ilgqfn$2536$1@digitalmars.com

"lflags":[-L/exet:nt/su:windows] is needed to be added to the dub.json to prevent the console window from appearing.

nomad-software commented 7 years ago

I've just tried building the example on Window 10 and Windows 7 and both build and run fine without showing the console. There is already linker flags specified in the dub file here: https://github.com/nomad-software/tkd/blob/master/package.json#L22

How are you compiling the example?

nomad-software commented 7 years ago

Closed due to lack of feedback.