Re: DWT Gui program without console

2013-04-27 Thread Adam D. Ruppe
This is a bit of a faq! There's two solutions, a def file or a command line argument to the linker. The first two posts here describe the .def file: http://forum.dlang.org/thread/xkvdpdsfzevanucrg...@forum.dlang.org And if you scroll down a bit to this post: http://forum.dlang.org/thread/xkvdpd

DWT Gui program without console

2013-04-27 Thread user
Hi, writing a GUI tool using DWT, looks like the windows console pops up everytime I run the tool. How can I prevent/supress the console? I did some googling and found a tip that -version=gui helps, but its not working for me. Thanks in advance. user