Difference between revisions of "D FAQ"
Line 1: | Line 1: | ||
− | Q How to prevent console from popping up when writing a GUI application with DMD? | + | Q. How to prevent console from popping up when writing a GUI application with DMD? |
− | A | + | A. Pass the following argument to dmd |
+ | $ dmd.exe -L/SUBSYSTEM:WINDOWS gtkd_app.d |
Revision as of 16:23, 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