Search found 23 matches: iszip

Return to advanced search

Re: IsZip() Unresolved external

Hello;

Here disponeis of a complete program for backup using ZIP.

http://javierlloris.blogspot.com.es/2012/04/programa-backuprestore.html

regards
JLL
by jll-fwh
Wed Feb 19, 2014 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

Sample program, #include "FiveWin.ch"FUNCTION Main()   LOCAL cFile   LOCAL nFiles   cFile  := "test1.zip"   nFiles := Len(hb_GetFilesInZip(cFile))   MsgInfo("Check 1 ok")   cFile  := "test2.zip"   nFiles := Len(hb_GetFilesI...
by Enrico Maria Giordano
Sat Dec 21, 2013 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

It may be of interest to any of you 2013-12-18 21:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/Makefile + include/hbzlib.h * include/hbzlib.ch * src/rtl/Makefile * src/rtl/hbzlib.c + added new C functions weakly bound with ZLIB library: HB_SIZE hb_zlibCompressBound( HB_SIZE nL...
by cnavarro
Sat Dec 21, 2013 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

For your information, I'm using Hb_GetFilesInZip() estensively since many years and never had any crash so far. Sample program, #include "FiveWin.ch"FUNCTION Main()   LOCAL cFile   LOCAL nFiles   cFile  := "test1.zip"   nFiles := Len(hb_GetFilesInZip(cFile)&#...
by avista
Fri Dec 20, 2013 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

avista wrote:BUT hb_GetFilesInZip(cFile) manytimes crash the program ...


For your information, I'm using Hb_GetFilesInZip() estensively since many years and never had any crash so far.

EMG
by Enrico Maria Giordano
Fri Dec 20, 2013 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

Hi, I ahve readed somewhere in this forum that functions ISZIP GETFIRSTINZIP 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 ...
by avista
Thu Dec 19, 2013 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

Richard I added the ZIP-option Easy to use. Just define, if You want to create a ZIP-file of the backup-files. I will try, using 7Zip - from commandline. Is there a way, to use the first progressbar during creating the zipfile like I use, to copy a big single-file ? Maybe it is possible. Found : htt...
by ukoenig
Thu Dec 19, 2013 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

Uwe

To be honest , i do not like Hb_zip or Hb_unzip, Not very friendly and easy to use.

I highly prefer and use 7z as line command , it works just great. I have been using it since several years , only one file to ship 7z.exe , no libs or whatever....

Hth

Richard
by Richard Chidiak
Thu Dec 19, 2013 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

I noticed the same errors. For xharbour => hbzip.lib and zlib.lib is included in my makefile. I still need ZIP for my new allinone BACKUP-solution. http://www.pflegeplus.com/pictures/FBackup1.jpg Multiple Backup / Restore can be mixed Directory or single file Backup / Restore Pro...
by ukoenig
Thu Dec 19, 2013 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() Unresolved external

You need to link the hbzip libraries

for harbour for example you need minizip.lib hbziparc.lib hbmzip.lib

for xharbour hpzip.lib zlib.lib

Hth

Richard
by Richard Chidiak
Tue Dec 17, 2013 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

IsZip() Unresolved external

Hi, I have try to build sample probram TESTUZIP.PRG But next errors producet while byilding a program. Error: Unresolved external '_HB_FUN_UNZIPFILE' referenced from D:\FWH\SAMPLES\TESTUZIP.OBJ Error: Unresolved external '_HB_FUN_ISZIP' referenced from D:\FWH\SAMPLES\TESTUZIP.OBJ Error: Unresolved e...
by avista
Tue Dec 17, 2013 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2718

Re: IsZip() and the others

Antonio,

My apologies, looks like these functions don't belong to fivewin.

Toyet
by toyet
Thu Jun 20, 2013 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() and the others
Replies: 1
Views: 502

IsZip() and the others

Antonio, when i compiled a running program with FWH1304/xHarbour/xCC, IsZip() and also the other ZIP functions were rendered Unresolved Externals, xLINK: error: Unresolved external symbol '_HB_FUN_ISZIP referenced from (licmanag.obj)'. xLINK: error: Unresolved ...
by toyet
Thu Jun 20, 2013 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() and the others
Replies: 1
Views: 502

ERROR EN TESTUZIP.PRG

Maestro, TESTUZIP.PRG me retorna estos errores, mismo si llamo HBZIP.LIB Que falta? ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for xHarbour 13.03 - Mar. 2013 xHarbour development power ³Ü ³ (c) FiveTech, 1993-2013 for Microsoft Windows 9X/NT/200X/ME/XP/V...
by karinha
Thu Apr 11, 2013 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TESTUZIP.PRG
Replies: 6
Views: 1159

Re: How can recompile FW libraries?

... Warning W8065 unzip.c 119: Call to function 'CloseZipFile' with no prototype in function CLOSEZIPFI Warning W8065 unzip.c 126: Call to function 'IsZip' with no prototype in function ISZIP Warning W8065 unzip.c 135: Call to function 'UnzipFile' with no prototype in function UNZIPFILE Error E2451 ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5581
Next

Return to advanced search