FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error 15.04 and Harbour - Zip
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 06:11 PM

With the new 15.04, there now occurs HB_GETFILESINZIP, and HB_UNZIPFILE errors which did not occur in 15.03.

The errors occur with FWH, Harbour, and MSVC++. They do not occur with the xHarbour build on the same code.

I already have hbzlib.lib linked into my build. However, with xHarbour, there is also a zipdll.lib that needs to be linked in, but such a file does not exist in Harbour.

So ... what else do I need to link in to fix this problem.

Thanks. Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 06:34 PM
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

Re: Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 06:59 PM

The problem is that these are UNDEFINED functions ...

I don't have any unzip activity called in this program so why this is coming up I don't know. It would appear there is a new capability in 15.04 that wants these functions.

So ... what other .lib files do I need to link in beside hbzlib.lib

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 08:26 PM

Tim,

You need these libs:

hbziparc.lib
hbmzip.lib
hbzlib.lib
minizip.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 195
Joined: Sun Jul 22, 2012 07:01 PM

Re: Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 09:52 PM

I've found that only hbziparc.lib needs to be added.

Robb

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

Re: Error 15.04 and Harbour - Zip

Posted: Mon Apr 27, 2015 10:04 PM

I added the 3 I had not been using and all works. I will check without the other two later ...

Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion