- Code: Select all
Ping():
_helpRequested(false),
_icmpClient(IPAddress::IPv4),
_repetitions(4),
_target("localhost")
{
}
If I understand correctly, it support to ping "localhost".
However, if I invoke this program, there was an error:
- Code: Select all
F:\lib\poco-1.4.3p1\Net\samples\Ping\bin\static_mt>Ping
I/O error: Permission denied
Also, if I invoke this program with target parameter, there was also an error:
- Code: Select all
F:\lib\poco-1.4.3p1\Net\samples\Ping\bin\static_md>Ping /target=www.google.com
I/O error: Permission denied
My OS is Windows 7, 64 bit, Visual Studio 2010.
Is this a bug of POCO windows edition?





