Posted by: James McCall
I have been asked for a PING sample in forum.td.development. The first
reply to this post will contain an application with the source code.
Note that there is a ping function in the SalExtension.apl (actually in
SalSys.apl) called SalSysPing( ). It probably works just fine, although it
uses the Icmp.dll library which I think is deprectated in favour of
Iphlpapi.dll.
NOTE:
The code was cut & pasted from code that I know was working. However in the
process of bringing it together into a single interface I could well have
inadvertently introduced some bugs. I have only tested on Windows XP, where
Iphlpapi.dll is availabe with the full set of functions within it.
James McCall