Page 1 of 1

hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)

Posted: Tue Jan 31, 2006 5:11 pm
by modicr
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

Posted: Tue Jan 31, 2006 5:28 pm
by R.F.
You mean Harbour or (x)Harbour ?,

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

Posted: Tue Jan 31, 2006 5:47 pm
by Antonio Linares
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.

Posted: Wed Feb 01, 2006 2:58 pm
by modicr
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

Posted: Wed Feb 01, 2006 5:22 pm
by modicr
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!

Posted: Wed Feb 01, 2006 5:53 pm
by Antonio Linares
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

Posted: Thu Feb 02, 2006 11:39 am
by modicr
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?

Posted: Thu Feb 02, 2006 1:15 pm
by Antonio Linares
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 :)