Originally posted by: Christina
I tried to implement ping in windows CE for Pocket PC 2002. But I was given an error for unable loading icmp.dll. Can you do ping without icmp.dll?
ReplyOriginally posted by: perla
I downloaded the project, but Ping doesn't work on PocketPC!!!
how can i do it?
Regards,
perla
Originally posted by: Mike
I have Windows CE C++ 3.0 and have already created the missing resource directory and I keep getting a compile error - can anyone offer a suggestion??
This is the error:
When I do a clean compile I get:
"C:\Documents and Settings\mdwerne\Desktop\Ping Project\ceping\ceping.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'WCEARMDbg/ceping.pch': No such file or directory"
When I do a clean rebuild all I get:
"C:\Documents and Settings\mdwerne\Desktop\Ping Project\ceping\pingfunc.c(72) : fatal error C1010: unexpected end of file while looking for precompiled header directive"
Thanks,
-Mike
ReplyOriginally posted by: Varun
i downloaded the source code, and tried to build it, but it gives me the following error:
G:\CE\Common\EVC\MyProjects\Ping\pingfunc.c(72) : fatal error C1010: unexpected end of file while looking for precompiled header directive
any idea what's going wrong here?
thanx and regards,
-Varun
hi,
Originally posted by: Ken
hello!
I downloaded the project. compile was OK, Ping works on PocketPC!
now i want to change packet size, then i changed source like below
*************************************
int iSize; // packet size
...
// ping packet
char pingbuff[64];
mmset(pingbuff, '\xAA' sizeof(iSize));
...
IcmpSendEcho( hFile , ipAddress , pingbuff, sizeof(iSize), PIP_OPTION_INFORMATION)&ipInfo, &icmpEcho , sizeof(ICMP_ECHO_REPLY) , iWaitTime ) ;
*****************************************
but it does not work. IcmpSendEcho() func always return "-1" .
why? Is it possible to change buffer size on winCE?
Regards,
Ken
Originally posted by: JEff Avery
Hello,
I downloaded the arm ceping for my ipaq. When I run it I get an error "cannot find ceping or one of it's components. Please make sure the path and filename are correct and all the res libs are available.
Regards,
jeff
Originally posted by: Chris Wilson
I am trying to build CE-Ping but the ZIP file I downloaded did not contain the \res directory.
Reply