Sergey Guralnik 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.
--
Alexandre Jul
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.
...
Is this patch or explanation not clear enough?
(Still marked as "New")
--
Sergey
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