On Sunday, 19 June 2016 at 14:29:27 UTC, ag0aep6g wrote:
[...]
auto wargs = CommandLineToArgvW(GetCommandLineW(), &wargc);

You're calling Windows' CommandLineToArgvW here. I don't think that's what Adam meant by "process it yourself". If you don't like how CommandLineToArgvW parses the command line, don't use it.

I thought the proper way to call GetCommandLineW was precisely through CommandLineToArgvW, now I am lost.

Reply via email to