www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Invisible console

reply "SaltySugar" <Butkustomas777 gmail.com> writes:
how to make console invisible?
Feb 10 2013
next sibling parent "Adam D. Ruppe" <destructionator gmail.com> writes:
On Sunday, 10 February 2013 at 14:17:14 UTC, SaltySugar wrote:
 how to make console invisible?
See this thread for two solutions: http://forum.dlang.org/thread/xkvdpdsfzevanucrgkud forum.dlang.org You can use a .def file (my post in it) or a linker switch (Jordi Sayol's post).
Feb 10 2013
prev sibling parent FG <home fgda.pl> writes:
On 2013-02-10 15:17, SaltySugar wrote:
 how to make console invisible?
Seems to be a recurring question here. :) Search archives. You probably want: dmd.exe -L/SUBSYSTEM:WINDOWS app.d
Feb 10 2013