Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-01-31 Thread Francois PIETTE
You installed ICS-V5 instead of V7 ? -- francois.pie...@overbyte.be 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: "Marc Hale" To: Sent: Tuesday, February 01, 2011 2

[twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-01-31 Thread Marc Hale
Just got a new PC and installed Delphi 2007 trying to install ICS SSL which i already have installed on my 2 other machines working fine. not matter what i do when i build and install the 2007 group it will not install SSL. i have check the package and USE SSL is defined. i compiled it on a dif

Re: [twsocket] ICS Simple TCP Server

2011-01-31 Thread Francois PIETTE
I am running Windows 7-64 bit; Delphi 2007 I compiled and run OverbyteIcsClient7.dpr, ran outside of Delphi. I compiled and run OverbyteIcsSrvTcp.dpr inside of delphi I cannot see where to adjust the port, I will need 5151 I am trying to have a server listen on port 5151 and receive incoming mess

Re: [twsocket] Error handling

2011-01-31 Thread Francois PIETTE
Could you please clear me up a bit, If I can... procedure -->Where should I use for the right result in order to be able to catch the error into the memo (in which procedure: OnBgException or)? begin if ErrCode = 0 then Display.Lines.Add('Job done') else Display.Lines.Add(SslWSocketCli

[twsocket] ICS Simple TCP Server

2011-01-31 Thread Daniel Kram
I am running Windows 7-64 bit; Delphi 2007 I compiled and run OverbyteIcsClient7.dpr, ran outside of Delphi. I compiled and run OverbyteIcsSrvTcp.dpr inside of delphi I cannot see where to adjust the port, I will need 5151 I am trying to have a server listen on port 5151 and receive incoming messa

Re: [twsocket] THttpCli for NTLM

2011-01-31 Thread Arno Garrels
- Original Message - From: "D'Arcy McNally" To: "Arno Garrels" Sent: Monday, January 31, 2011 11:59 AM Subject: RE: [twsocket] THttpCli for NTLM > Arno. > Thanks very much for the prompt response. > I will update to ICSv7 and report back to the mailing list should I > encounter any pr

Re: [twsocket] Error handling

2011-01-31 Thread daniel cc
HI Francois, Could you please clear me up a bit, procedure -->Where should I use for the right result in order to be able to catch the error into the memo (in which procedure: OnBgException or)? begin if ErrCode = 0 then Display.Lines.Add('Job done') else Display.Lines.Add(SslWSocketClie

Re: [twsocket] Error handling

2011-01-31 Thread Francois PIETTE
There camed up a little pop-up saying "Socket error 10052" This camed up when I pulled the network cable off (testing in windows xp professional). Sorry, I had not seen it. I don't think the "little pop-up" is part of ICS. ICS trigger exception and that is what is useful. Could you please co