FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hbziparc.lib error of Harbour (FTDN)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
hbziparc.lib error of Harbour (FTDN)
Posted: Wed Feb 11, 2009 06:34 PM
Dear All,

I've problem with HB_ZIPFILE() from current Harbour (FTDN). What are librarys I need?
- hbziparc.lib and hbzlib.lib (hbzlib is not included in Harbour (FTDN)) *I found the message in the forums*
- I try to copy both lib files from Harbour (Harbour-Project.org) but it's still show following error.

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_HB_UNZIPOPEN' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPGLOBALINFO' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPCLOSE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEFIRST' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEINFO' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPFILENEXT' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPOPEN' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPFILECREATE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPFILEWRITE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPFILECLOSE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPCLOSE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_UNZIPEXTRACTCURRENTFILE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
Error: Unresolved external '_HB_FUN_HB_ZIPDELETEFILE' referenced from D:\HARBOUR\LIB\HBZIPARC.LIB|hbziparc
QUOTE.EXE - 13 error(s), 0 warning(s)


Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: hbziparc.lib error of Harbour (FTDN)
Posted: Wed Feb 11, 2009 07:19 PM
dutch wrote:Dear All,

I've problem with HB_ZIPFILE() from current Harbour (FTDN). What are librarys I need?


Try:

hbmzip.lib
hbzlib.lib

EMG

Continue the discussion