Hi,
I have got everythíng needed but still can't run the demos,
do I need to register the dll files?

Here are the errors
---------------------------------------------------
[DCC Error] OverbyteIcsSimpleSslServer1.pas(88): E2003 Undeclared identifier: 'TSslWSocketClient'
[DCC Error] OverbyteIcsSimpleSslServer1.pas(88): E2021 Class type required
[DCC Error] OverbyteIcsSimpleSslServer1.pas(97): E2003 Undeclared identifier: 'TSslWSocketServer' [DCC Error] OverbyteIcsSimpleSslServer1.pas(97): E2217 Published field 'SslWSocketServer1' not a class or interface type [DCC Error] OverbyteIcsSimpleSslServer1.pas(116): E2003 Undeclared identifier: 'TSslContext' [DCC Error] OverbyteIcsSimpleSslServer1.pas(116): E2217 Published field 'SslContext1' not a class or interface type [DCC Error] OverbyteIcsSimpleSslServer1.pas(127): E2003 Undeclared identifier: 'TX509Base' [DCC Error] OverbyteIcsSimpleSslServer1.pas(294): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(295): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(295): E2029 '(' expected but ':=' found
[DCC Error] OverbyteIcsSimpleSslServer1.pas(295): E2036 Variable required
[DCC Error] OverbyteIcsSimpleSslServer1.pas(296): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(297): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(298): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(299): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(300): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(301): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(302): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(303): E2066 Missing operator or semicolon [DCC Error] OverbyteIcsSimpleSslServer1.pas(304): E2066 Missing operator or semicolon
--------------------------------------------

-----Original Message----- From: Arno Garrels
Sent: Thursday, January 13, 2011 9:13 PM
To: ICS support mailing
Subject: Re: [twsocket] TWSocket

daniel cc wrote:
Hi guys,
Could someone please provide me with a demo of SSL Server and client?
I couldn't find any in the component directory.
I don't know how to switch the existed normal server and client demos
to SSL.

The SSL demos are all in sub directory SslInternet.
You need the OpenSSL DLLs to get them running, the are available
for download at:
http://wiki.overbyte.be/wiki/index.php/ICS_Download
That's also the link where you get latest ICS source code.

Take a look at OverbyteIcsSimpleSslServer and OverbyteIcsSimpleSslCli.

--
Arno Garrels



Thanks for the help

-daniel

-----Original Message-----
From: Arno Garrels
Sent: Thursday, January 13, 2011 8:12 PM
To: ICS support mailing
Subject: Re: [twsocket] TWSocket

daniel cc wrote:
I just need to set some security around it now.

Encryption is not a built-in ICS feature, except when
you use SSL/TLS.

Just send encrypted data and decrypt on the receiver
side, very simple. There are many encryption libraries
available such as TP Lockbox or DCPCrypt2 both available
at sourceforge.net.
However best security is achieved with SSL/TLS.

--
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
--
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