Luis: No need. Please note that zlib.lib which we just created is not a _ZIP_ utility. It is a general compression previously existed in xHarbour and I just pulled it out into a separate lib, zlib.lib. No more no less.
You should have been confused with zlib.lib and hbzip.lib. They are totally different animals :-) You absolutely do not have to link hbzip.lib but you have to add zlib.lib in your link script. -- Andi On Mon, 14 Apr 2008 17:21:44 -0700 Luis Krause Mantilla <[EMAIL PROTECTED]> wrote: > Message-id: <[EMAIL PROTECTED]> > > Andi: > > Referring to the error I'm getting (_adler32), I think you should not > remove the include "hbcomprs.h" from hbcrypt.c, otherwise that > forces me to have to link hbzip.lib in my app when I have no need for > hbzip.lib since we use dynazip.dll. > > Is it ok if I pull back this .h file? > > Thanks! ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

