Page 1 of 1
pinging

Posted:
Jan 10, 2002 @ 7:25pm
by RwGast
Does anyone know what the equivealent of ping32.dll is for winCE, or have a vb function that will ping? Does winCE even have a native way to ping without writeing your own ping program?
Re: pinging

Posted:
Jan 10, 2002 @ 8:06pm
by RwGast
Alright never mind that ping32.dll question. Does winsock.dll work the same way if there even is one?
Re: pinging

Posted:
Jan 10, 2002 @ 8:23pm
by MirekCz
haven't used it yet as I don't have any real machine to test it, but if you try the search in evc++ (evb?) help you will promptly see the well known winsock function names appear, so it's probably quite the same (or exactly the same) as on Win9x. Try it and you will know exactly:)
Re: pinging

Posted:
Jan 10, 2002 @ 8:44pm
by RwGast
Thank you, i havent been in front of my home computer to search for the function names but i will when i get there. I have been using my ppc for alot of network stuff lately and feel i lil gip'ed that i had to write an program just to retrive my ppc's dhcp ip address and that there seems to be no native tracert, netstat or ping programs.
Re: pinging

Posted:
Jan 11, 2002 @ 12:03am
by RwGast
Would you belive CE does not include any of the ICMP Structures that windows does, errrr!
Re: pinging

Posted:
Jan 11, 2002 @ 12:21am
by RwGast
So i got the structures working but eVB says winCE will not support user defined types passed to an api call. Anyone pass structures to win api functions in eVC?