Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : TIdSimpleServer exception on listen (Indy 10)
| Subject: | TIdSimpleServer exception on listen (Indy 10) |
| Posted by: | "BTN" (b..@norge.no) |
| Date: | Mon, 18 Jul 2005 15:15:14 |
Dear All,
I have upgraded from Indy 9 to Indy 10 and have a problem with
TIdSimpleServer.
My code:
IdSimpleServer := TIdSimpleServer.Create(nil);
IdSimpleServer.BoundPort := 2001;
IdSimpleServer.Listen;
When calling Listen I get an Access Violation.
Anyone know if there is any changes needed in my code to get it working with
Indy 10?