"Jason Edmeades" us@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.