[twsocket] Using TWSocket

2008-08-14 Thread Hein du Plessis
Hi All I'm trying to write a simple TCP/IP app but I'm not sure how to actually send data. The Send Method of ICS v6 requires a data type TWSocketData, yet the documentation states it needs a pointer. On the ICS page there is mention of a sample app, Client5, that would probably solve my proble

Re: [twsocket] Using TWSocket

2008-08-14 Thread Hein du Plessis
17:29 To: ICS support mailing Subject: Re: [twsocket] Using TWSocket you can use SendStr to send a simple text - Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: Sent: Thursday, August 14, 2008 4:59 PM Subject: [twsocket] Using TWSocket > Hi All >

Re: [twsocket] Using TWSocket

2008-08-14 Thread Hein du Plessis
ry pointer or load the entire xml into a string ----- Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Thursday, August 14, 2008 5:44 PM Subject: Re: [twsocket] Using TWSocket > Thanks Brian > > U

Re: [twsocket] Using TWSocket

2008-08-14 Thread Hein du Plessis
:08 To: ICS support mailing Subject: Re: [twsocket] Using TWSocket Then you can either use .send with a memory pointer or load the entire xml into a string - Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sen

Re: [twsocket] Using TWSocket

2008-08-14 Thread Hein du Plessis
] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Thursday, Augus

Re: [twsocket] Using TWSocket

2008-08-15 Thread Hein du Plessis
the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, August 15, 2008 8:08 AM

Re: [twsocket] Using TWSocket

2008-08-15 Thread Hein du Plessis
The error I received was "There is no overloaded version of "Send" that can be called with these arguments. This is when I try to send a variable of type word. The @ prefix did not work either. I'm using Delphi 2007 Version 11.0.2804.9245 I'm not sure if there are further updates available. Reg

Re: [twsocket] Using TWSocket

2008-08-15 Thread Hein du Plessis
Hi There Here is the entire routine: procedure TfrmMain.btnRequestClick(Sender: TObject); var XMLData: TStringStream; SizeData: TMemoryStream; Msg: String; Size: Word; p: TWSocketData; begin {Package and send} Msg:= BuildVendRequest(edSeq.Value,edReference.Text,114.50,'0100032');

Re: [twsocket] Using TWSocket

2008-08-15 Thread Hein du Plessis
Hi, Yes in the mean time I've adjusted the code, please see previous email. Regards, Hein -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 15 August 2008 14:09 To: ICS support mailing Subject: Re: [twsocket] Using TWSocket >> The er

Re: [twsocket] Using TWSocket

2008-08-15 Thread Hein du Plessis
rror understanding... -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Hein du Plessis" <[EMAIL PROTECTED]> To: "'ICS support ma

[twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Hi guys I need some help again. How do I go about adding SSL support on the TWSocket control? I have the certificate for the server I need to connect to, but I have no idea how to install it on the socket layer. I also assume I need a local certificate - how do I create, install and use it? Sor

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Hi Angus I could not find any SSL specific samples in my SSLINTERNET folder. I'm using the V6Beta download. I haven't been looking at ICS source code. I've had a quick look now and from what I can see: { You must define USE_SSL so that SSL code is included in the component. } { To be able to com

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
e client checks the received certificate(s) against a list of trusted root certificates, have look at the Https demo application. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Hein du Plessis wrote: > Hi guys > > I need some help again. How do I go about adding S

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Thanks Angus, I've followed the ICS link on the left from the home page, which took me to the same downloads I have. I've now used the quicklinks to latest ICS version which redirected me to ics.zip which seems to be newer - is this correct? Thanks, Hein -Original Message- From: [EMAIL

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
t: 18 August 2008 13:25 To: ICS support mailing Subject: Re: [twsocket] SSL Help Hein du Plessis wrote: > Hi Arno > > Yes, a client certificate. This is not for html but for a custom > tcp/ip protocol. The supplier (sever) maintains I need one for my > application despite my argum

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Hi Angus I'm beeing a pain, but I'n unable to find the latest V6 on the site, nor can I find the release article in the archives of this list. Following the menu on the left of the page takes me to: ICS V6 for Delphi 7 and up Beta (Nov 14, 2007) Following the quick link at the top takes me to ic

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Thanks Angus! I've tried another browser and control+refresh, but I still only see this page: http://cde.co.za/shared/hein/overbyte.jpg Very weird. Maybe I'm not seeing it! However your link works perfectly! I see many references SSL - will check it out! Thanks, Hein -Original Message--

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
No sweat, glad to be of service :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 18 August 2008 15:23 To: ICS support mailing Subject: Re: [twsocket] SSL Help > I've now used the quicklinks to latest ICS version which redirected m

Re: [twsocket] OpenSSL v0.9.8h

2008-08-19 Thread Hein du Plessis
I've tried to install: Win32 OpenSSL v0.9.8h Light Win32 OpenSSL v0.9.8g Light But none of the installers finish, they just hang up right at the end. I've tried it on another computer as well. I've found gnuwin32 openssl 0.9.7c - would this matter? I've tried to run the batch file in order to b

Re: [twsocket] OpenSSL v0.9.8h

2008-08-19 Thread Hein du Plessis
I saw the same, but the openssl.exe file seems corrupt after terminating the installation. I've sent an email to their support address just to get a bounce that the mail server does not exist. *sob* I just want to get SSL working! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [twsocket] OpenSSL v0.9.8h

2008-08-20 Thread Hein du Plessis
Just tried it myself, it still hangs with me right at the end. Can somebody send me the link to OpenSSL on Francois' site? Thanks, Hein -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: 20 August 2008 08:39 To: ICS support mailing Subje

[twsocket] TCP/IP Text chat over SSL

2010-10-28 Thread Hein du Plessis
Hi all Can anybody suggest which controls to use and how so that I can build a simple p2p chat app that communicates over SSL? Many thanks, Hein -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our we

Re: [twsocket] TCP/IP Text chat over SSL

2010-10-28 Thread Hein du Plessis
Thank you very much Francois, I'll have a look. Regards, Hein -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: 28 October 2010 17:28 To: ICS support mailing Subject: Re: [twsocket] TCP/IP Text chat over SSL > Ca

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Hein du Plessis
Ek het so gehoop jy het ons nou heeltemal deurmekaar gemaak ;) -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of A Drent Sent: 11 November 2010 15:02 To: ICS support mailing Subject: Re: [twsocket] Concurrency of multiple THttpCli instan

Re: [twsocket] Is the SVN server online?

2010-11-21 Thread Hein du Plessis
Hi Suren We ran the system in debug on Friday, so I'll spend some time today and check back with Richard. Regards, Hein -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Fastream Technologies Sent: 22 November 2010 09:45 To: ICS suppor

Re: [twsocket] SSL server and CLient cert.

2011-06-15 Thread Hein du Plessis
If I can chip in - I've used Comodo for a while and I'm sorry but their way of dealing with certifications are very complicated and ridden with delays. Godaddy works for me these days, not perfect of course, but it's all automated and no delays. Price is good, too. -Original Message- From