Page 1 of 1

problem with hbzip

Posted: Tue Mar 01, 2011 10:33 pm
by Silvio
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

Re: problem with hbzip

Posted: Wed Mar 02, 2011 4:24 am
by anserkk
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

Re: problem with hbzip

Posted: Thu Mar 03, 2011 8:17 am
by Silvio
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..