FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posts: 207
Joined: Fri Oct 07, 2005 07:58 AM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Tue Jan 31, 2006 05:11 PM

Hello!

Does anybody have hbzip.lib compiled and linked
with Microsoft C/C++ for use with Harbour+FWH???

Is there any other solution for handling ZIP files
in Harbour/Fivewin?

Thanks, Roman

© I'm not patented!
Posts: 840
Joined: Thu Oct 13, 2005 07:05 PM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Tue Jan 31, 2006 05:28 PM

You mean Harbour or (x)Harbour ?,

If is (x)Harbour you can download the files from the www.xharbour.org section contributions.

Saludos

R.F.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Tue Jan 31, 2006 05:47 PM

Roman,

You may download the xHB demo, install it and at the LIB directory there is a xHBZIP.lib that you may use with Microsoft as the xharbour CVS zip files for Microsoft are broken.

Please let us know if it works for you. Thanks.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 207
Joined: Fri Oct 07, 2005 07:58 AM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Wed Feb 01, 2006 02:58 PM

Hello!

This file is only 4172 bytes, just like the following LIBs:
ActiveX, CT3Comm, Ole, OleServer, RMDBFCDX,
xBScript and xHBComm!

Probably because this is demo - I don't know ...

Regards, Roman

© I'm not patented!
Posts: 207
Joined: Fri Oct 07, 2005 07:58 AM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Wed Feb 01, 2006 05:22 PM
Hello!

I'm also trying to compile my app with
xHarbour (Microsoft), but I'm receiveing
unresolved external symbol _hb_stack

in hpzip.lib(zip.obj)
EDIT: there is another unresolved _hb_stack in
GETDIR.OBJ:HB_FUN_CGETDIR

Please, help!
© I'm not patented!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Wed Feb 01, 2006 05:53 PM

Roman,

> Probably because this is demo - I don't know ...

Yes, it looks as an empty file.

> unresolved external symbol _hb_stack
> in hpzip.lib(zip.obj)

You need to rebuild hbzip.lib for Microsoft, but its actually broken for Microsoft. You may report it to xharbour newsgroup.

Regarding cGetDir.obj, here you have the right one:

http://hyperupload.com/download/9fd4827 ... R.zip.html

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 207
Joined: Fri Oct 07, 2005 07:58 AM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Thu Feb 02, 2006 11:39 AM

WOOHOO!

I've converted my app again (this time to xHarbour 0.99.51 ;),
downloaded latest xHarbour CVS with http://www.tortoisecvs.org
and compiled hbzip.lib with MSVC.
It seems that I can finally create and extract ZIP files ...

Roman

P.S. I have again problems with RDSADS.LIB and ACE32.LIB with
xHarbour, but I hope I will tame them ...

EDIT: May I assume that final FWPPC will work with xHarbour, too?

© I'm not patented!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Posted: Thu Feb 02, 2006 01:15 PM

Roman,

> It seems that I can finally create and extract ZIP files ...

good!

> May I assume that final FWPPC will work with xHarbour, too?

yes, probably :)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion