Sergey Guralnik serhio@etersoft.ru writes:
There are two ways to solve this promlem:
- write own parser for extrac32,
- perform some translation for command line before passing to CommandLineToArgvW().
I think that second variant is more appropriate.
The first one would be cleaner.