Difference between revisions of "D FAQ"

From D Wiki
Jump to: navigation, search
Line 3: Line 3:
 
A. Pass the following argument to dmd
 
A. Pass the following argument to dmd
 
   $ dmd.exe -L/SUBSYSTEM:WINDOWS gtkd_app.d
 
   $ dmd.exe -L/SUBSYSTEM:WINDOWS gtkd_app.d
 +
See http://forum.dlang.org/post/xkvdpdsfzevanucrgkud@forum.dlang.org

Revision as of 16:25, 24 July 2013

Q. How to prevent console from popping up when writing a GUI application with DMD?

A. Pass the following argument to dmd

 $ dmd.exe -L/SUBSYSTEM:WINDOWS gtkd_app.d

See http://forum.dlang.org/post/xkvdpdsfzevanucrgkud@forum.dlang.org