Search found 173 matches: unzip

Return to advanced search

Re: LFN2SFN Support for HB_UNZIP

... "xBrowse.ch"//------------------//Function Main()    Local aFiles,lOk,cFolder    // Zip and Unzip functions, should include the libs named HbZip & zlib available in \xHarbour\lib    cFolder:="E:\ZipTest\"    ...
by anserkk
Wed Dec 21, 2011 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LFN2SFN Support for HB_UNZIP
Replies: 1
Views: 522

LFN2SFN Support for HB_UNZIP

Hi Friends, I am getting error when I try to read the files using HB_GETFILESINZIP( cInputFile )  It happens only when the file name is beyond 12 chars in length, include its extension. It did not work even with LFN2SFN function. Can anybody suggest me a way out. Thanks - Ramesh Babu P
by RAMESHBABU
Wed Dec 21, 2011 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LFN2SFN Support for HB_UNZIP
Replies: 1
Views: 522

Re: How can recompile FW libraries?

... should return a value in function HB_FUNC Warning W8057 treedraw.c 265: Parameter 'LBGETRECT' is never used in function HB_FUNC Error E2209 unzip.c 4: Unable to open include file 'Info-unz.h' Error E2141 unzip.c 9: Declaration syntax error Error E2451 unzip.c 53: Undefined symbol 'zipFile' ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5735

Verificar password en unzip xharbour

Hola a todos. Tengo una aplicaciòn con opcion de Copias de Respaldo, con la siguiente linea lOk:= HB_ZipFile( cNameZip, aFile, 9,{|x,i| PINTAR(i, nLast, oProg) } ,; TRUE, cCodAlm, TRUE, FALSE ) //, pFileProgress ) donde cCodAlm es una variable alfanumerica de 3 digitos que constituye el password aho...
by praul
Wed Sep 21, 2011 4:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Verificar password en unzip xharbour
Replies: 0
Views: 600

Re: documentation for hb_zip*

Enrico, Thanks.

Question.

Zip files can be generated in memory?
That is, the result of the zip or unzip is stored in a variable in memory?

Greetings
by devtuxtla
Fri Apr 08, 2011 3:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: documentation for hb_zip*
Replies: 5
Views: 1147

Re: problem with hbzip

To use Zip & Unzip functions in xHarbour you have to link hbzip.lib and zlib.lib
Both the lib files are available in your \xHarbour\Lib folder

Regards
Anser
by anserkk
Wed Mar 02, 2011 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with hbzip
Replies: 2
Views: 751

Re: How to unzip files. RAR

Vilian

7z has this feature

7z l yourarchive.rar

you can redirect to a txt file and read the file afterwards

7z has a command line utility , easy to use

Hth

Richard
by Richard Chidiak
Thu Feb 17, 2011 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: How to unzip files. RAR

Vilian,

>I need to get the list of files contained in a .RAR file, and unpack some. How?

Do you mean from within a FW program or just using a RAR utility program?

James
by James Bott
Thu Feb 17, 2011 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: How to unzip files. RAR

vilian wrote:But I could not identify how can obtain list of files contained in the file.


Maybe this helps: unRAR.dll Manual - Exported functions
by IBTC
Tue Feb 15, 2011 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: How to unzip files. RAR

Thanks,

In http://www.fivewin.com.br/exibedicas.asp?id=1046 i find how to unzip files using UnRar.dll.

But I could not identify how can obtain list of files contained in the file. Rar

Can you help -me ?
by vilian
Tue Feb 15, 2011 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: How to unzip files. RAR

7z can also unzip rar files

worth give it a try

Hth

Richard
by Richard Chidiak
Tue Feb 15, 2011 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: How to unzip files. RAR

Hi Vilian,

Here at RARLAB you find unrar.dll, a UnRAR dynamic library for Windows software developers. Maybe with this dll file it will be possible.
by IBTC
Tue Feb 15, 2011 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

How to unzip files. RAR

Hi,

I need to get the list of files contained in a .RAR file, and unpack some. How?
by vilian
Tue Feb 15, 2011 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 973

Re: Application Slowdown

... been able to unfreeze programs. Because it uses a Windows API call, you know that it’s safe to run. You don’t need to install Memory Booster. Just unzip the files to your desired location and run ‘MemBoost.exe’. Memory Booster stores all settings in the application folder and will not write anything ...
by ukoenig
Wed Jan 26, 2011 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6424

Re: Uso de Archivos ZIP y Unzip

Anser, many thanks
you are right; hb_unzipfile only unpack it, if all the parameters are present

Regards
by MarioG
Tue Jan 18, 2011 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Archivos ZIP y Unzip
Replies: 11
Views: 3786
PreviousNext

Return to advanced search