On Monday, 10 December 2012 at 13:34:51 UTC, December Flower wrote:
I have a question about how to hide a console window.

Make a .def file and include it on your dmd command line.

The file only needs these two lines:

EXETYPE NT
SUBSYSTEM WINDOWS


Call it foo.def, recompile with it on the dmd command line, and you should be in business.

Reply via email to