HBZIP.LIB

Post Reply
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

HBZIP.LIB

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: HBZIP.LIB

Post by Antonio Linares »

David,

yes, it should work fine :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: HBZIP.LIB

Post by David Williams »

Gracias
David
User avatar
kim yong woo
Posts: 55
Joined: Sun Apr 12, 2009 10:51 am
Location: Seoul, Korea
Contact:

Re: HBZIP.LIB

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: HBZIP.LIB

Post by Antonio Linares »

Kim,

Are you using Bcc 7 ?

If so, please use this xharbour:

https://bitbucket.org/fivetech/harbour- ... 150603.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: HBZIP.LIB

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: HBZIP.LIB

Post by Antonio Linares »

David,

Are you using Bcc 7 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: HBZIP.LIB

Post by David Williams »

Hi Antonio,

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

TIA
David
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: HBZIP.LIB

Post 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
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: HBZIP.LIB

Post by David Williams »

Thanks Enrico
Post Reply