re)
http://www.overbyte.be
- Original Message -
From: "Arnoldo - Optextil" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Wednesday, May 25, 2005 3:10 PM
Subject: Re: [twsocket] Telnet
Hi,
About redirect connection, in my small project this worked well !
Thank
t
handle. In your case, the handle
is not inherited from the parent process.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Arnoldo - Optextil" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, May 24, 2005 3:23 PM
Subj
Hi,
About redirect the connection, I created two small projects, exemplify the
problem !
Server:
unit UServer;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WSocket, SHELLAPI;
type
TForm1 = class(TForm)
SrvSocket: TWSocket;
proc
tion, please send-me... Excuse-me my bad english and thanks for the
patience !
Arnoldo
- Original Message -
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, May 20, 2005 4:39 PM
Subject: Re: [twsocket] Telnet
Arnoldo - Optextil wro
i-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
- Original Message -
From: "Arnoldo - Optextil" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, May 20, 2005 4:24 PM
Subject: Re: [twsocket] T
François,
About Question 2, Ok ! I saw the source code of EmulVT, thanks...
But the question 1, OnSessionAvailable on server, I execute this code below:
Don't forgot uses shellapi;
procedure TForm1.SrvSocketSessionAvailable(Sender: TObject; ErrCode: Word);
var
ClientFileName, ClientParams, ClientD
I'm using ICS - TWSocket and I wrote a server that listen on port, waiting a
connection. A client telnet connect to this IP/port and the server execute
another application to receive this connection. The server is a single
receive of connections.
Question 1 = Did you already make something similar