[twsocket] TnScript: Changes needed to make it work with (rad 2010)

2010-02-01 Thread Wayne Belshaw
Francois, Thanks very much for your support! PS: I owe you a picture post-card now that I will start using the modules. [twsocket] TnScript: Changes needed to make it work with Francois PIETTE francois.piette at skynet.be Mon Feb 1 18:24:33 UTC 2010 Previous message: [twsocket] TnScript

Re: [twsocket] TnScript: Changes needed to make it work with

2010-02-01 Thread Francois PIETTE
Hello Wayne, I'm including the a very simple demo that I compiled and worked with Delphi7. It sees the login, supplies the user, password and ctrl-C to needed for our login. I then took the same source and compiled with Delphi2010. When I click the Connect button, I see the same "login:" prom

Re: [twsocket] TnScript: Changes needed to make it work with

2010-01-31 Thread wayne . belshaw
nt(3, 'Control-C', #13#3, [efIgnoreCase], nil); TnScript2.Connect; end; procedure TForm1.DisconnectButtonClick(Sender: TObject); begin TnScript2.Disconnect; end; procedure TForm1.ExitButtonClick(Sender: TObject); begin close; end; end. List: twsocket Subject: Re: [twsocket] TnScript: Ch

Re: [twsocket] TnScript: Changes needed to make it work with Delphi2010?

2010-01-30 Thread Francois PIETTE
I have some utilities based on TnScript that work fine with Delphi-7 and the latest ICS. The same program when compiled with Delphi2010 does not recognize the add event strings in the telnet session. I'm assuming this is another case where judicious application of ansiString is needed to accomm

[twsocket] TnScript: Changes needed to make it work with Delphi2010?

2010-01-29 Thread Wayne Belshaw
Hello, I have some utilities based on TnScript that work fine with Delphi-7 and the latest ICS. The same program when compiled with Delphi2010 does not recognize the add event strings in the telnet session. I'm assuming this is another case where judicious application of ansiString is needed to