Page 1 of 1

HBZIP.LIB

Posted: Thu Aug 07, 2014 8:53 am
by David Williams
Hi Antonio,

HBZIP.LIB is missing from the 14.07 FTDN xHarbour download. Is it OK to use the one from 14.06?

TIA
David

Re: HBZIP.LIB

Posted: Thu Aug 07, 2014 8:54 am
by Antonio Linares
David,

yes, it should work fine :-)

Re: HBZIP.LIB

Posted: Thu Aug 07, 2014 11:05 am
by David Williams
Gracias
David

Re: HBZIP.LIB

Posted: Sat Jul 25, 2015 5:39 am
by kim yong woo
Dear Mr.Antonio,

I am trying to us xharbour to use "DLLCALL" function.
When I compiled 'achoice.prg" in samples folder, there was following message.

Code: Select all

xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603)
Error: Unresolved external '__ltolower_lcid' referenced from E:\FWH\XHB32\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '__ltoupper_lcid' referenced from E:\FWH\XHB32\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external 'std::_Locinfo::_Locinfo(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' referenced from E:\FWH\XHB32\LIB\HBZIP.LIB|ziparchive
* Linking errors *
 
When I replace HBZIP.LIB ( 1,019,904 bytes) with older version HBZIP.LIB (825,856byte, 2013.Oct.7) ,
there was no such compile error..

Is there more recent and stable HBZIP.lib or other method to overcome this matters?

Thanks.

YongWoo, Kim

Re: HBZIP.LIB

Posted: Sat Jul 25, 2015 12:21 pm
by Antonio Linares
Kim,

Are you using Bcc 7 ?

If so, please use this xharbour:

https://bitbucket.org/fivetech/harbour- ... 150603.zip

Re: HBZIP.LIB

Posted: Fri Jul 31, 2015 10:22 am
by David Williams
Hi Antonio,

I just tried the latest download and I got the following error:

Error: Unresolved external '__ltolower_lcid' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '__ltoupper_lcid' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive

Thanks,
David

Re: HBZIP.LIB

Posted: Fri Jul 31, 2015 2:43 pm
by Antonio Linares
David,

Are you using Bcc 7 ?

Re: HBZIP.LIB

Posted: Sat Aug 01, 2015 11:52 am
by David Williams
Hi Antonio,

No I'm using bcc582. Where can I get the latest 7?

TIA
David

Re: HBZIP.LIB

Posted: Sat Aug 01, 2015 12:25 pm
by Enrico Maria Giordano
David,

from Mel Smith website:
Visit http://www.whosaway.com, and download it.

If you receive a 'Denied Access' from the site, then simply email
syntel@cox.net with your real name and external IP address, and I will
quickly allow you access to the site.
You will also find there the latest xHarbour build.

EMG

Re: HBZIP.LIB

Posted: Sun Aug 02, 2015 4:10 pm
by David Williams
Thanks Enrico