DWT Gui program without console

Adam D. Ruppe destructionator at gmail.com
Sat Apr 27 17:43:04 PDT 2013


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/xkvdpdsfzevanucrgkud@forum.dlang.org

And if you scroll down a bit to this post:
http://forum.dlang.org/thread/xkvdpdsfzevanucrgkud@forum.dlang.org#post-mailman.2578.1355147894.5162.digitalmars-d-learn:40puremagic.com

you'll see the quickest solution:

dmd.exe -L/SUBSYSTEM:WINDOWS dwt_app.d


More information about the Digitalmars-d-learn mailing list