Page 1 of 1

zip-unzip

PostPosted: Sun Oct 09, 2005 8:35 pm
by Maverich
I'm trying to work with zipfile() and unzipfile(), testing testzip.prg in the samples folder. I get a link error for the two unknown functions. Looking at functions help of FWH, it seems the two functions were integrated in FWH libs.
I'm using Xharbour, where is the problem?
regards

PostPosted: Sun Oct 09, 2005 9:53 pm
by Antonio Linares
Riccardo,

Those functions are not available in FWH. You may use the free hbzip.lib for Harbour/xHarbour.

PostPosted: Mon Oct 10, 2005 12:11 pm
by Maverich
Ok Antonio. Why are they in FWH 2.6 docs?
anyway, where could I find hbzip.lib?

regards, riccardo

PostPosted: Mon Oct 10, 2005 4:40 pm
by Guest
Maverich wrote:Ok Antonio. Why are they in FWH 2.6 docs?
anyway, where could I find hbzip.lib?

regards, riccardo


Those functions are in FW 2.6 because they only work on 16 bits, both, 32 & 16 bits FiveWin use the most of the functions, not all of them so they share the same documentatio.

FW 16 bits zip system is based on a free DLL set inclued with fivewin, (see DLL folder, infounz.dll and wizzip.dll) and those DLLs can only be used under 16 bits FiveWin.

If you are workin with (x)HB, you have to use the hbzip.lib inclued in the contributions of the project, for xHB you can donwload the lib from www.xharbour.org, section DOWNLOADS/CONTRIBS

Regard

RF
http://www.google.com

PostPosted: Tue Oct 11, 2005 7:50 am
by Maverich
thanks rene