how can D program find it's own executable name on windows ?

rsk82 rsk82 at live.com
Tue Jan 29 07:51:08 PST 2013


On Tuesday, 29 January 2013 at 15:46:40 UTC, monarch_dodra wrote:
>     stdout.writeln(args[0]);

It doesn't work while I have WinMain function that then calls 
myWinMain, as it is winsamp.d

Error: undefined identifier args, did you mean struct CArgs?


More information about the Digitalmars-d-learn mailing list