Originally posted by: Henk Devos
Microsoft advises to use raw sockets instead of the ICMP dll. I tried this once, but had an error WSAEACCES
on Windows NT. I had this error not only in my own code, but also with the Microsoft-provided samples.
Finally, I decided to use the ICMP dll anyway.
Does anyone know the right way to solve the problem ? Is this related to one of the Windows NT policies ?
Originally posted by: Justin
I got the following errors while trying to compile the source file,
icmpecho.cpp. The error occurs at the very last '}' of the source file
and the error message is "unexpected end of file while looking for
precompiled header directive". What does this error means? And how can
I go about solving the error? I'm new to MFC programming and any
advice is very much appreciated! :-)