<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 8 January 2014 18:46, Mike Parker <span dir="ltr"><<a href="mailto:aldacron@gmail.com" target="_blank">aldacron@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 1/8/2014 6:29 AM, Adam D. Ruppe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tuesday, 7 January 2014 at 21:26:07 UTC, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This doesn't work anymore. I don't know what the proper way to boot a<br>
Win32 app is.<br>
</blockquote>
<br>
The easiest way is to just write a regular program with a main() instead<br>
of a WinMain. If you need the args, you can get them from functions like<br>
GetModuleHandle, GetCommandLine, etc.<br>
<br>
</blockquote>
<br></div>
The easiest way is to use main() and add this to the DMD command line:<br>
<br>
/SUBSYSTEM:WINDOWS:5.01<br>
<br>
This will give you a windowed app with no console popping up *and* the command line args are still stored in Runtime.args and passed to the main method just as they are in a console app.<br>
<br>
Note that 5.01 is for 32-bit. 5.02 should be used when compiling for 64-bit.<br></blockquote><div><br></div><div>Right... well, I don't really care how it is, I just want the wiki to be updated with the 'standard' way. I will then copy and paste into my code, and ideally everyone's startup code will look the same.</div>
<div>I have to say though, requiring additional linker arguments is pretty lame. I'd definitely rather not, if I was voting on a standard approach.</div></div></div></div>