On 2013-04-04 15:19, Sergey Guralnik wrote:
Playing with one application, that uses extrac32.exe, I've found that Wine's extrac32 can't process some command lines, that cause no problem with native one. ... There are two ways to solve this promlem:
- write own parser for extrac32,
- perform some translation for command line before passing to CommandLineToArgvW().
P.S. Replacing wWinMain() with wmain() doesn't solve this problem.