Re: [Harbour] (fwd) Re: hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Przemyslaw Czerpak
On Thu, 14 May 2009, Petr Chornyj wrote: Hi, > > If you use zlib compiled with this macro then it does not contain > > any functions used for compression like gzwrite() or gzflush() so > > you cannot even link final binaries if code use such functions. > > Do you want to remove HB_GZWRITE()/HB_GZ

Re: [Harbour] (fwd) Re: hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Viktor Szakáts
> > Yes, in few cases I want to remove HB_GZWRITE()/HB_GZFLUSH(), as, as I do > guess majority from the users of Windows never use by the functions of > HB_GZ* family and it can reduce the size of final binary file (little > piece). I understand usually, that this is not important vitally or eve

Re: [Harbour] (fwd) Re: hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Petr Chornyj
Przemyslaw Czerpak-2 wrote: > > > If you use zlib compiled with this macro then it does not contain > any functions used for compression like gzwrite() or gzflush() so > you cannot even link final binaries if code use such functions. > Do you want to remove HB_GZWRITE()/HB_GZFLUSH()/... from rt