Hide console of gui program coded by gtkD
    Adam D. Ruppe 
    destructionator at gmail.com
       
    Mon Dec 10 05:42:11 PST 2012
    
    
  
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.
    
    
More information about the Digitalmars-d-learn
mailing list