Search found 16 matches: zipnew

Return to advanced search

Harbour and ZIP files

I'm trying to build a routine that does a simple zip of files, and unzipping of files. With xHarbour, hb_zipfile() and hb_unzipfile() have a set of libs and it works perfectly. However, I want to build this with Harbour. I am linking in hbziparc.lib, hbzlib.lib, hbmzip.lib and minizip.lib. Unfortuna...
by TimStone
Tue Feb 09, 2016 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour and ZIP files
Replies: 8
Views: 3506

Re: hbzip

Disculpen la insistencia trate de utilizar las funciones de zlib y me da los siguientes errores Error: Unresolved external '_HB_FUN_ZIPNEW' referenced from Error: Unresolved external '_HB_FUN_ZIPCREATE' referenced from Error: Unresolved external '_HB_FUN_ZIPADDFILES' referenced from ** error 2 ** de...
by surGom
Wed Jun 09, 2010 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip
Replies: 8
Views: 1397

Re: Zip functions - I'm in trouble

... * could not be found in the zip file. * $DESCRIPTION$ * This function removes files from an Zip archive. * $EXAMPLES$ * ? "has the file zipnew.i been deleted ", if( HB_ZIPDELETEFILES( "\test23.zip", "zipnew.i" ), "Yes", "No" ) * $STATUS$ * ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 905

Re: xHarbour / Borland vs xHarbour Builder

... in an xBuilder/xCC version cannot be used in the xHarbour ( FWH /Borland ) version ? Is there any documentation for all of this ? - Zip Function (ZipNew/ZipOpen/ZipCreate/ZipAddFile/ZipClose) *----------------------------------*Function ZipFiles( cFile, cZipFile )Hb_ZipFile( cZipFile, ...
by dutch
Mon Aug 17, 2009 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour / Borland vs xHarbour Builder
Replies: 16
Views: 5222

Marco Turco wrote:Non mi sembra di vedere zipnew.txt.

Stiamo parlando della stessa CVS ?
Io sto consultando :

http://xharbour.cvs.sourceforge.net/xha ... ib/hbzlib/


http://xharbour.cvs.sourceforge.net/xharbour/xharbour/doc/en

EMG
by Enrico Maria Giordano
Mon Apr 28, 2008 12:20 pm
 
Forum: All products support
Topic: Funzionalità ZIP di xHarbour
Replies: 29
Views: 6869

Non mi sembra di vedere zipnew.txt.

Stiamo parlando della stessa CVS ?
Io sto consultando :

http://xharbour.cvs.sourceforge.net/xha ... ib/hbzlib/
by Marco Turco
Mon Apr 28, 2008 11:27 am
 
Forum: All products support
Topic: Funzionalità ZIP di xHarbour
Replies: 29
Views: 6869

... usare e meno funzionali (non mi sembra sia prevista per esempio la possibilità di estrarre singoli files ma solo tutti). E' nel CVS anche quella: zipnew.txt. EMG
by Enrico Maria Giordano
Mon Apr 28, 2008 10:48 am
 
Forum: All products support
Topic: Funzionalità ZIP di xHarbour
Replies: 29
Views: 6869

Lo descargue desde este foro (utilidades) pero ...

... C:\SI\TRABAJO\FWH\COPYSEG\HBZIP.LIB|ziparchive Error: Unresolved external '_hb_fsCurDirBuffEx' referenced from C:\SI\TRABAJO\FWH\COPYSEG\HBZIP.LIB|zipnew Error: Unresolved external '_inflateInit2_' referenced from C:\SI\TRABAJO\FWH\COPYSEG\HBZIP.LIB|ziparchive Error: Unresolved external '_inflate' ...
by AngelSalom
Fri Mar 09, 2007 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBZIP.LIB!!
Replies: 4
Views: 1525

Re: TESTZIP

... file(s) * could not be found in the zip file. * $DESCRIPTION$ * This function removes files from an Zip archive. * $EXAMPLES$ * ? "has the file zipnew.i been deleted ", if( HB_ZIPDELETEFILES( "\test23.zip", "zipnew.i" ), "Yes", "No" ) * $STATUS$ * R * $COMPLIANCE$ * This function is a Harbour ...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 1982

Re: Errores de compilacion

... C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|zip Error: Unresolved external '_hb_fsCurDirBuffEx' referenced from C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|zipnew Error: Unresolved external '_inflateInit2_' referenced from C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|ziparchive Error: Unresolved external '_inflate' ...
by Armando Picon
Mon Aug 07, 2006 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip
Replies: 6
Views: 1595

Errores de compilacion

... C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|zip Error: Unresolved external '_hb_fsCurDirBuffEx' referenced from C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|zipnew Error: Unresolved external '_inflateInit2_' referenced from C:\SOFTWARE\HARBOUR\LIBHOLD2\HBZIP.LIB|ziparchive Error: Unresolved external '_inflate' ...
by Mike Serra
Sun Aug 06, 2006 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip
Replies: 6
Views: 1595

Problemas linkando HBZIP.LIB

... Error: Unresolved external '_hb_fsCurDirBuffEx' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|zipnew Error: Unresolved external '_inflateInit2_' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive Error: Unresolved external ...
by AngelSalom
Tue Apr 04, 2006 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas linkando HBZIP.LIB
Replies: 7
Views: 1811

... file(s) * could not be found in the zip file. * $DESCRIPTION$ * This function removes files from an Zip archive. * $EXAMPLES$ * ? "has the file zipnew.i been deleted ", if( HB_ZIPDELETEFILES( "\test23.zip", "zipnew.i" ), "Yes", "No" ) * $STATUS$ * R * $COMPLIANCE$ * This function is a Harbour ...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4294

Re: uso di zip-unzip

... file(s) * could not be found in the zip file. * $DESCRIPTION$ * This function removes files from an Zip archive. * $EXAMPLES$ * ? "has the file zipnew.i been deleted ", if( HB_ZIPDELETEFILES( "\test23.zip", "zipnew.i" ), "Yes", "No" ) * $STATUS$ * R * $COMPLIANCE$ * This function is a Harbour ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1845

... + >> b32.bc echo $(HBDIR)\lib\hbzip.lib + >> b32.bc snip ... In testing I added the following line to my function LOCAL oZipFile := ZipNew() The compile seems to run fine, however on linking I get the following error. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5965
Next

Return to advanced search