15 May
2007
15 May
'07
11:28 p.m.
"Jason Edmeades" <us(a)edmeades.me.uk> wrote:
int main (int argc, char *argv[]) { + LPWSTR *argvW = NULL; + int args; + WCHAR *cmdW = NULL;
If you will start using wmain() instead of main() you get unicode args for free, and that will help to avoid changing the command line parsing code. -- Dmitry.