Its on the Delphi CD.
:: -----Original Message-----
:: From: indy-soap-public@yahoogroups.com [mailto:indy-soap-
:: public@yahoogroups.com] On Behalf Of jansdal2000
:: Sent: Wednesday, June 07, 2006 4:40 PM
:: To: indy-soap-public@yahoogroups.com
:: Subject: [indy-soap-public] Where do I find zlib.pas
::
:: Hi,
::
:: I'm new to IndySoap. I'm trying to install IndySoap but
when I try to
:: run a compiled program it complains about a missing
zlib.pas even
:: though I have ID_SOAP_COMPRESSION switched off. Where do
I download the
:: correct zlib.pas?
::
:: Another possibility is to make IndySoap independent of
zlib by adding a
:: single line:
::
:: procedure TIdSOAPServerHTTP.SetCompression(const AValue:
Boolean);
:: const ASSERT_LOCATION =
:: 'IdSoapServerHTTP.TIdSoapServerHTTP.SetCompression';
:: begin
:: if AValue then // Add this line .... ZLib is only
required if we
:: want compression
:: IdRequire(ZLibSupported, ASSERT_LOCATION+':
Compression has been
:: turned off in the compiler defines (see
IdSoapDefines.inc)');
:: FCompression := AValue;
:: end;
::
::
::
:: Best regards
:: Steen
::
::
::
::
::
::
::
:: Yahoo! Groups Links
::
::
::
::
::
::
------------------------ Yahoo! Groups Sponsor
--------------------~-->
You can search right from your browser? It's easy and it's
free. See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/i7folB/TM
------------------------------------------------------------
--------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http:
//groups.yahoo.com/group/indy-soap-public/
<*> To unsubscribe from this group, send an email to:
indy-soap-public-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|