Specs:
WinXp
VS.NET 2003

I have a Windows application being run from a Desktop that I want to use to
get the Device ID and Name of the connected Pocket PC.

I got code from here:
http://msdn2.microsoft.com/library/ms172516(en-us,vs.80).aspx
I did not modify any of this code and the program is returning the message:
Unable to load DLL (CoreDll.dll).

What else do I need to get the Device ID and Device Name??

Thank you,
Anthony

Re: Unable to load DLL (CoreDll.dll). by Chris

Chris
Tue Jun 21 08:57:59 CDT 2005

That's not going to work. You can only query the info on the device itself.
You can write a custom RAPI DLL that queries it and passes it back through
ActiveSync if you wish.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate


"Anthony W. D." <adigrigoli@hotmail.com> wrote in message
news:evQLCDmdFHA.2664@TK2MSFTNGP15.phx.gbl...
> Specs:
> WinXp
> VS.NET 2003
>
> I have a Windows application being run from a Desktop that I want to use
> to get the Device ID and Name of the connected Pocket PC.
>
> I got code from here:
> http://msdn2.microsoft.com/library/ms172516(en-us,vs.80).aspx
> I did not modify any of this code and the program is returning the
> message: Unable to load DLL (CoreDll.dll).
>
> What else do I need to get the Device ID and Device Name??
>
> Thank you,
> Anthony
>