HBZIP.LIB
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
HBZIP.LIB
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
HBZIP.LIB is missing from the 14.07 FTDN xHarbour download. Is it OK to use the one from 14.06?
TIA
David
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: HBZIP.LIB
Gracias
David
David
- kim yong woo
- Posts: 55
- Joined: Sun Apr 12, 2009 10:51 am
- Location: Seoul, Korea
- Contact:
Re: HBZIP.LIB
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.
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
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 *
there was no such compile error..
Is there more recent and stable HBZIP.lib or other method to overcome this matters?
Thanks.
YongWoo, Kim
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: HBZIP.LIB
Kim,
Are you using Bcc 7 ?
If so, please use this xharbour:
https://bitbucket.org/fivetech/harbour- ... 150603.zip
Are you using Bcc 7 ?
If so, please use this xharbour:
https://bitbucket.org/fivetech/harbour- ... 150603.zip
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: HBZIP.LIB
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: HBZIP.LIB
Hi Antonio,
No I'm using bcc582. Where can I get the latest 7?
TIA
David
No I'm using bcc582. Where can I get the latest 7?
TIA
David
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: HBZIP.LIB
David,
from Mel Smith website:
EMG
from Mel Smith website:
You will also find there the latest xHarbour build.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.
EMG
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: HBZIP.LIB
Thanks Enrico