Possible bug in std.path?

Hugo via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 19 08:36:08 PDT 2016


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.


More information about the Digitalmars-d mailing list