Application with WinMain does not start
Mike Parker via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Mar 5 06:08:28 PST 2016
On Saturday, 5 March 2016 at 14:01:11 UTC, Mike Parker wrote:
> If you use WinMain, you do not need that flag.
Actually, I need to amend that. It isn't needed with WinMain when
using the Microsoft linker, but it is when using OPTLINK. The MS
linker recognizes WinMain and treats it as /SUBSYSTEM:WINDOWS by
default.
More information about the Digitalmars-d-learn
mailing list