Running an app that uses Windows SDK on XPE



I'm writing an app that uses a function from the Windows SDK. Specifically,
this function:
http://msdn.microsoft.com/library/en-us/iphlp/iphlp/icmpsendecho.asp?frame=true

The function allows you to essentially ping a computer through a func call
and see if you get a response.

The problem is that the function above is part of the Windows Platform SDK
or whatever and I am unsure of how to get such an app to run on XPE which
obviously has none of that SDK.

If there is a another function that is simpler that I could use to
essentially ping a computer, that would be good too as long as it is isn't a
system call from within the program such as using ping.exe.

Thanks,
RussR


.



Relevant Pages

  • Re: Running an app that uses Windows SDK on XPE
    ... > I'm writing an app that uses a function from the Windows SDK. ... > The function allows you to essentially ping a computer through a func call ... > The problem is that the function above is part of the Windows Platform SDK ...
    (microsoft.public.windowsxp.embedded)
  • Re: Running an app that uses Windows SDK on XPE
    ... my xp pro system. ... >> The function allows you to essentially ping a computer through a func ... >> SDK or whatever and I am unsure of how to get such an app to run on XPE ...
    (microsoft.public.windowsxp.embedded)
  • Re: Converting ARMV4I BSP into ARMV4
    ... Yes, PPC is WindowsCE. ... of libraries that are custom to PPC, and not duplicated on the regular CE ... Note that the whole point of an SDK is that it must match the exact OS build ... use a PPC SDK and expect the app to run on both platforms. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Recommendation of Development Tools for Wireless and Barcode Scanning
    ... Our app proudly works in batch mode. ... >> means our app works even when no connection is available. ... We have already had a barcode scanning ... using the SDK will let ...
    (microsoft.public.pocketpc)
  • Re: Unsupported Functions and Objects w/ new SDKs from Visual Studio 2
    ... you will get the following error because in AfxInet.h for the PC 2003 SDK ... You must have created a C++ MFC Desktop app. ... But I also want to use VS 2005 and compile PPC 2003 SE devices which do not ...
    (microsoft.public.pocketpc.developer)