Re: programs:extrac32: Add new program (Extrac32.exe) (Pre alpha version :)) [try2]

2007-07-06 Thread Detlef Riekenberg
On Do, 2007-07-05 at 20:00 +0400, Anatoly Lyutin wrote: --- programs/Makefile.in18 May 2007 13:05:27 - 1.65 +++ programs/Makefile.in4 Jul 2007 15:47:09 - --- Makefile.in 21 Jun 2007 14:49:30 - 1.243 +++ Makefile.in 4 Jul 2007 15:45:57 - ---

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-06 Thread Anatoly Lyutin
James Hawkins wrote: That's not how the development process works. Your patch is not going to be accepted because it's filled with bugs. I expect that my program will have contained bugs and therefore I sent my program into subscription. I will be glad to any remarks. -- Best regards

programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread Kirill K. Smirnov
Hi, +MODULE= EXTRAC32.exe It is very unusual to have upper-case name of exe file WriteConsole(GetStdHandle(STD_OUTPUT_HANDLE),Run Wine Extrac32. \n,strlen(Run Wine Extrac32.\n),NULL,NULL); The utility is compiled as UNICODE (EXTRADEFS = -DUNICODE), thus WriteConsoleW is used, but here

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread Anatoly Lyutin
Kirill K. Smirnov wrote: Hi, Hello, +MODULE= EXTRAC32.exe It is very unusual to have upper-case name of exe file But in Win it calls as EXTRAC32.EXE (I renamed it in new version). I think too that it is not beautiful. WriteConsole(GetStdHandle(STD_OUTPUT_HANDLE),Run Wine

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread James Hawkins
On 7/5/07, Anatoly Lyutin [EMAIL PROTECTED] wrote: Kirill K. Smirnov wrote: Hi, Hello, +MODULE= EXTRAC32.exe It is very unusual to have upper-case name of exe file But in Win it calls as EXTRAC32.EXE (I renamed it in new version). I think too that it is not beautiful.

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-04 Thread Vitaliy Margolen
Anatoly Lyutin wrote: This program (EXTRAC32.exe) needed for extract *.cab files. Some Win programs use EXTARC32.exe for inner functions and often impossible to change unpacker. I test this EXTRAC32.exe for one program (Russian office program) and it works! I shall be glad for all comments