Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Indy 10 ioHandler.readln - ' IO Input error 105'
| Subject: | Indy 10 ioHandler.readln - ' IO Input error 105' |
| Posted by: | "VT Venkatesh" (ven..@vsnl.com) |
| Date: | Fri, 10 Mar 2006 09:25:12 +0530 |
When i tried the following code (while converting the Indy 9 ImageServer
demo to Indy 10)
s := uppercase(AContext.Connection.IOHandler.Readln)
(indy 9 code was s := uppercase(AThread.Connection.ReadLn);
I get error - IO Input error 105.
What is the correct code in Indy 10
Venkatesh