Search found 60 matches: testzip

Return to advanced search

ZIP / UNZIP under Fivewin

... nil, Eval( ::bUnZip, nPercent ),) --- there is a Sample c:\fwh\samples\testuzip.prg which use Codeblock bUnZip Sample c:\fwh\samples\testzip.prg use Hb_ZIPFILE() but not Codeblock bZip so how to use Codeblock bZip :?: both Sample use METER and Parameter nPercent / nZipInfo seem to ...
by Jimmy
Tue Mar 21, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 422

Re: Crear un archivo Zip

En samples de FW tienes testzip.prg compatible con Harbour.
Mírate este enlace también : http://www.marinas-gui.org/projects/harbour_manual/hb_zipfile.htm
by AngelSalom
Fri Jan 13, 2017 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un archivo Zip
Replies: 6
Views: 1821

Re: IsZip() Unresolved external

... GETNEXTINZIP CLOSEZIPFILE UNZIPFILE ZIPFILE are for 16 bit version only and probably ??? not solution in FWH for 32 bit versions I have tested TESTZIP.PRG from sample folder and working ok Hb_ZIPFILE() Hb_UnZipFile() hb_GetFilesInZip(cFile) BUT hb_GetFilesInZip(cFile) manytimes crash the program ...
by avista
Thu Dec 19, 2013 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2730

Re: ERROR EN TESTUZIP.PRG

Gracias maestro, ya logré exito con TESTZIP.PRG

Desculpe el incomodo, estoy haciendo pruebas con mi nueva versión de FIVEWIN, que está marabillosa.

Muchas gracias.

Regards, saludos.
by karinha
Fri Apr 12, 2013 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TESTUZIP.PRG
Replies: 6
Views: 1159

Re: New FTDN June/Junio 2010 (FWH 10.6)

... http://wiki.fivetechsoft.com/doku.php?id=fivewin_commands_ribbonbar#sets_the_backstage_panel_to_the_ribbonbar * Mejora: El ejemplo samples\TestZip.prg ha sido actualizado a 32 bits. Ahora lo puedes usar con Harbour y xHarbour. Gracias a Biel! Los ficheros por lotes samples\buildh.bat, buildx.bat ...
by Antonio Linares
Tue Jul 13, 2010 8:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2010 (FWH 10.6)
Replies: 3
Views: 3521

New FTDN June/Junio 2010 (FWH 10.6)

... http://wiki.fivetechsoft.com/doku.php?id=fivewin_commands_ribbonbar#sets_the_backstage_panel_to_the_ribbonbar * Enhancement: samples\TestZip.prg has been updated to 32 bits. Now you can use it with Harbour and xHarbour. Thanks to Biel! samples\buildh.bat, buildx.bat and build64.bat ...
by Antonio Linares
Wed Jun 23, 2010 6:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2010 (FWH 10.6)
Replies: 3
Views: 3521

Re: error compiling 'TESTZIP.PRG'

Dear Mr. Antonio, Mr. Daniel and Mr. Anser, Than you for the prompt reply. I need to zip a file before sating it to a blob field.. then unzip if user needs to read it and open corresponding app.. say "word.doc" -> compress to zip -> save as blob.. then if user wants to open it, blob ...
by fraxzi
Fri Jun 18, 2010 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

Re: error compiling 'TESTZIP.PRG'

Dear Mr.Frances, Here is a function to extract the contents of a zip file *------------------------------------*Function ExtractZip(cDriveLetter)*------------------------------------*Local aFiles,lOk,cFolderName// Zip and Unzip functions, should include the libs named HbZip & zlib availa...
by anserkk
Fri Jun 18, 2010 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

Re: error compiling 'TESTZIP.PRG'

Frances...


is spanish, but easy to understand http://bielsys.blogspot.com/
by Daniel Garcia-Gil
Fri Jun 18, 2010 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

Re: error compiling 'TESTZIP.PRG'

Frances,

samples\TestZip.prg was just for FW 16 bits. We have to update it for FWH 32 and FWH 64.

Here in the forums there are several examples for 32 bits. Lets find them and we point them here.
by Antonio Linares
Fri Jun 18, 2010 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

error compiling 'TESTZIP.PRG'

Dear Mr. Antonio, Im using FWH v10.5 and latest xHarbour for BCC582 I tried to compile testzip.prg with these errors: http://i208.photobucket.com/albums/bb82/fraxzi/testzip.png I already included hbzip.lib but still cannot compile. I need Zip/Unzip ...
by fraxzi
Fri Jun 18, 2010 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

Re: Uso de Archivos ZIP y Unzip

Gracias Manuel por tu respuesta, pero aun sigue pidiendo los archivos

son los siguientes

_HB_FUN_ZIPFILE
_HB_FUN_ZIPTYPE
_HB_FUN_ZIPBLOCK
_HB_FUN_ZIPMSG

EL srchivo es el de samles testzip.prg

Gracias.
by carloslmm
Sat Mar 20, 2010 5:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Archivos ZIP y Unzip
Replies: 11
Views: 3770

Uso de Archivos ZIP y Unzip

Hola a todos de Nuevo, he querido usar los ejemplos que biene de testzip.prg y no se pueden usar con harbour, me marca unos archivos faltantes, localice la libreria que por aqui se mencionan de hbzip.lib y esta para xharbour, pero de nuevo sigue marcando ...
by carloslmm
Fri Mar 19, 2010 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Archivos ZIP y Unzip
Replies: 11
Views: 3770

Re: error in testzip.prg

No se si será lo mismo para harbour. Para xharbour tienes que enlazar las librerias pcrepos.lib y hbzip.lib
by Manuel Aranda
Fri Jan 15, 2010 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error in testzip.prg
Replies: 2
Views: 574

Re: error in testzip.prg

Alguna idea?. gracias :D
by mgsoft
Fri Jan 15, 2010 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error in testzip.prg
Replies: 2
Views: 574
Next

Return to advanced search