Re: programs: add extrac32 tool

2009-09-29 Thread Andrey Turkin
extrac32 is not a console program; on Windows it doesn't create a console and doesn't write anything to stdout or stderr regardless of command line. I agree those FIXMEs you pointed out are not FIXMEs really - some of them are errors and some should be warnings. I'll fix them. Kirill K. Smirno

programs: add extrac32 tool

2009-09-29 Thread Kirill K. Smirnov
Hi, +int PASCAL wWinMain ( HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int show ) +{ extrac32 is a console application, isn't it? Why not wmain() instead? And get rid of rather complex ParseCmdLine(). +if (!SetupIterateCabinetW( pszCabFile, 0, (PSP_FILE_CALLBACK) ExtCabCallback, 0

Re: programs: add extrac32 tool

2009-09-27 Thread Nikolay Sivov
Andrey Turkin wrote: Taken from Etersoft git tree with some small fixes (code style, constness etc) and minimal /C mode support required to fix bug 18097. --- configure.ac |1 + programs/extrac32/Makefile.in | 16 ++ programs/extrac32/extrac32.c | 423 +++