FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour problem with hbzip
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
problem with hbzip
Posted: Tue Mar 01, 2011 10:33 PM

Any I dea ?

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external 'inflateEnd' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflate' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_get_crc_table' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateEnd' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateInit2
' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external 'crc32' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_inflateInit2
' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive
Error: Unresolved external '_inflate' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive

Best Regards, Saludos



Falconi Silvio
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: problem with hbzip
Posted: Wed Mar 02, 2011 04:24 AM
To use Zip & Unzip functions in xHarbour you have to link hbzip.lib and zlib.lib
Both the lib files are available in your \xHarbour\Lib folder

Regards
Anser
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: problem with hbzip
Posted: Thu Mar 03, 2011 08:17 AM

I insert hbzip and zlib on my compile lnk from two years, the question was logic for me ... I allready insert these libs to compile the app..

Best Regards, Saludos



Falconi Silvio

Continue the discussion