Re: [twsocket] error in OverbyteIcsWSocket

2011-03-08 Thread Francois PIETTE

Ran the Telnet client example  - I get double character spacing ... ??


See the "Options" button in the demo and play with the font and zoom 
factors.


I have a linux PC, need to Telnet into it and issue linux commands, so I 
guess Telnet session is the one I want.


Yes, either the visual component which does terminal emaulation (TTnEmulVT 
which execute escape sequences to move cursor, erase screen set colors and 
so on) as in the demo, or the non visual component TTnCnx which just does 
the communication (send data, receive replies) without displaying anything 
(you can do your own display).


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

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


Re: [twsocket] error in OverbyteIcsWSocket

2011-03-08 Thread Andrew Quayle

Ran the Telnet client example  - I get double character spacing ... ??
I have a linux PC, need to Telnet into it and issue linux commands, so I 
guess Telnet session is the one I want.


error:-

Project OverbyteIcsClient7.exe raised exception class EAccessViolation 
with message 'Access violation at address 004090F7 in module 
'OverbyteIcsClient7.exe'. Read of address 00D'. Process stopped. Use 
Step or Run to continue.


Francois PIETTE wrote:

Ran OverbyteIcsClient7, put in the ip address of a telnet server on my
LAN, program crashed - error in OverbyteIcsWSocket
the line with the error is:- FOnDataAvailable(Self, Error);
inside function TCustomWSocket.TriggerDataAvailable

any ideas please (total newbie to TCP)


We need the exact error message or exception.

btw: telnet and TCP are not exactly the same. If you want to test 
telnet, try with OverbyteIcsTelnetClient.dproj



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


Re: [twsocket] error in OverbyteIcsWSocket

2011-03-08 Thread Francois PIETTE

Ran OverbyteIcsClient7, put in the ip address of a telnet server on my
LAN, program crashed - error in OverbyteIcsWSocket
the line with the error is:- FOnDataAvailable(Self, Error);
inside function TCustomWSocket.TriggerDataAvailable

any ideas please (total newbie to TCP)


We need the exact error message or exception.

btw: telnet and TCP are not exactly the same. If you want to test telnet, 
try with OverbyteIcsTelnetClient.dproj


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

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