Page 1 of 1

HBZIP

PostPosted: Tue Jun 01, 2010 1:36 pm
by Natter
Hi, all !

I use HBZIP.LIB With bcc582 and FWH 10.4 i get an error:

Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive

With old bcc 5.5.1 that is working without problems

Where I can find HBZIP.LIB for BCC582 ?

Re: HBZIP

PostPosted: Tue Jun 01, 2010 2:24 pm
by Richard Chidiak
You can find the libraries in \xharbour\lib

HTH

Richard

Re: HBZIP

PostPosted: Wed Jun 02, 2010 8:44 am
by Natter
Yes , but only for BCC 55

In New xHarbour 1.2.1 rev. 6714 for Borland C 582
by Antonio Linares ยป Thu May 27, 2010 6:21 am
viewtopic.php?p=99125#p99125

HBZIP.LIB is not present

Re: HBZIP

PostPosted: Wed Jun 02, 2010 8:08 pm
by Richard Chidiak
in the xharbour folder i downloaded they are ok

I have copied them to my web site, you can download them at the following address

www.cbati.com/zlibbcc582.lib
www.cbati.com/hbzipbcc582.lib


HTH

Richard

Re: HBZIP

PostPosted: Thu Jun 03, 2010 4:24 am
by Natter
Ok, it is right!

Many thanks for your help.

Re: HBZIP

PostPosted: Thu Jun 03, 2010 7:57 am
by hua
Hi Richard,
Would you happen to have libnf.lib for xHarbour.org + BCC582 too?

TIA

Re: HBZIP

PostPosted: Thu Jun 03, 2010 8:21 am
by Antonio Linares
Hua,

Already sent to your email :-)

Re: HBZIP

PostPosted: Thu Jun 03, 2010 8:25 am
by hua
Got it. Thanks Antonio :)

Re: HBZIP

PostPosted: Sat Jul 03, 2010 2:09 am
by acwoo1
Hi,

Could I have the new zlib.lib and ziparchive.lib.

Thanks

Regards

ACWOO
using fwh 10.6 + bcc582 + harbour 2.1.0

Re: HBZIP

PostPosted: Sat Jul 03, 2010 4:39 am
by anserkk
Could I have the new zlib.lib and ziparchive.lib.


These files are available in the folder \Harbour\Lib

Buildh.bat contents
echo %hdirl%\hbziparc.lib + >> b32.bc
echo %hdirl%\hbmzip.lib + >> b32.bc
echo %hdirl%\hbzlib.lib + >> b32.bc
echo %hdirl%\minizip.lib + >> b32.bc


Regards
Anser