Hi Arno

I think that I've hit a show stopper! 

The link you gave me includes the comment "SSL option requires at least
Delphi 7 or C++Builder 2006. " - but I'm running Delphi 6!!!

Is any way to run SSL with Delphi 6?  If not, I'm looking at the time
and cost of upgrading my app to Delphi version X (whatever version I
should go to?) + worrying about all the 3-party components that may or
may not have current versions ...

BUT on www.overbyte.be it says ...

[ Download the latest ICS-V5 Distribution ]
Support all Delphi 1-2007 and BCB versions 1-6
Now with ICS-SSL for free. Download the required files.

... Which implies that I can use D6 - so maybe not a show stopper.

Cheers

Jeff



-----Original Message-----
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Arno Garrels
Sent: Monday, 10 August 2009 10:43 p.m.
To: ICS support mailing
Subject: Re: [twsocket] Upgrading from ICS to ICS-SSL


Jeff Cook wrote:
 
> I can see how to download the ICS-V5 distribution from www.overbyte.be

> which says it includes ICS-SSL for free.

Don't use this download but the ICS-V5 Zipped Daily Snapshot:
http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS
And download the OpenSSL binaries as well from this page. 

> If I install this, will all my existing code work or will I have to go

> through and redo everything?

It should not break your existing code, just in case, back up your
current ICS source tree.

> I guess I'm asking if the component
> names are all the same and with the properties set as they currently 
> are, will my programs still work as at present.  And I expect that
> I'll have to set some new properties for SSL.

Install the SSL package, don't try to install both SSL and non-SSL 
packages at the same time. The SSL package includes the non-SSL 
components as well. 
In order to enable SSL, for instance, with the SMTP component replace 
TSmtpCli by TSslSmtpCli. You MUST add conditional define "USE_SSL" to
the project options as well. 
The SSL components got additional properties, methods and events, look
at the SslMailSnd demo in new sub folder SslInternet.

--
Arno Garrels

--
To unsubscribe or change your settings for TWSocket mailing list please
goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to