Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-16 Thread Przemyslaw Czerpak
On Tue, 12 May 2009, Petr Chornyj wrote: Hi, > It is possible to change our rtl/hbzlib.c to respect a NO_GZCOMPRESS > definition (see gzio.c)? Can you explain what you want to do and what does it mean for you "respect a NO_GZCOMPRESS definition"? If you use zlib compiled with this macro then it

Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Chen Kedem
On 14 May 2009 11:09, I wrote: > Hmm, I don't know if this GZ had something to do with the LZ algorithm... Total nonsense, I should had looked at the code. Its a flag to avoid linking parts which are not used, to create a smaller code. Chen. ___ Harbo

Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Chen Kedem
Przemek, > Can you explain what you want to do and what does it mean for you > "respect a NO_GZCOMPRESS definition"? > 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

(fwd) Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Przemyslaw Czerpak
- Forwarded message from Przemyslaw Czerpak - From: Przemyslaw Czerpak Subject: Re: [Harbour] hbzlib and NO_GZCOMPRESS To: "Harbour Project Main Developer List." Date: Tue, 12 May 2009 15:43:05 +0200 Lines: 26 On Tue, 12 May 2009, Petr Chornyj wrote: Hi, > It is possi

[Harbour] hbzlib and NO_GZCOMPRESS

2009-05-12 Thread Petr Chornyj
Hi All! It is possible to change our rtl/hbzlib.c to respect a NO_GZCOMPRESS definition (see gzio.c)? And second question: can we add a wrapper for gputc also? Thanks, Petr -- View this message in context: http://www.nabble.com/hbzlib-and-NO_GZCOMPRESS-tp23501245p23501245.html Sent from the H