Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Delphi Indy 10 TIdIcmpClient
| Subject: | Re: Delphi Indy 10 TIdIcmpClient |
| Posted by: | "Don Siders" (sider..@att.net) |
| Date: | Wed, 27 Dec 2006 12:54:35 |
> Thank you for youīre input, i am now trying to use the TidTraceRoute
> object
> but when i call route.Trace i get a socket error #10013 access denied.
> I donīt really under stand this problem because i donīt have a firewall or
> virus protection
> I tryed to run-->cmd-->tracert google.com
> and there it works fine,, do i need administrative rights to call the
> trace procedure ?
For WinNT and Win2000... definitely.
For WinXP, ICMP is tied to ICF(Internet Connetion Firewall). ICMP requests
/ responses are not enabled (by default) in Win XP and ICF. Changing ICF
settings requires Local Administrator privileges.
hth...