On 2013-01-31 14:33, SaltySugar wrote:
I have two more questions; First, how to remove an arrow on the window's bottom?
By making the window fixed-size, not scalable?
Second, when I run my program it runs together with console. I want to run only window of application. How to do it?
This has already been asked in this list.
Apparently you have to compile like this:
dmd.exe -L/SUBSYSTEM:WINDOWS app.d
