Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : Range Check Errors in IOHanlder??
| Subject: | Range Check Errors in IOHanlder?? |
| Posted by: | "eshipman" (mr_delphi_develop..@yahoo!!!.com) |
| Date: | Wed, 13 Apr 2005 08:50:48 |
All of a sudden I keep getting Range Check Errors when trying
to use Indy HTTP component to do a Get or Post.
It always happens in the IOHandler.
function TIdIOHandler.ReadLn
: string;
begin
Result := ReadLn(LF); // happens here!!
end;
Anyone know of anything that could cause this to happen?
Even turning ths range checking off doesn't work.