I found the code for getting the device ID on .net, but it seems that
corelib.dll cannot be found on the Dllimport statement. I searched the
visual studio directory for it and came up empty. Anyone know where this is
on windows mobile 5?
Peter Foot [MVP] - 29 Dec 2005 09:19 GMT
The file name is coredll.dll, it is in ROM on every device.
Peter

Signature
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net
>I found the code for getting the device ID on .net, but it seems that
>corelib.dll cannot be found on the Dllimport statement. I searched the
>visual studio directory for it and came up empty. Anyone know where this is
>on windows mobile 5?
Peter Morris [Droopy eyes software] - 29 Dec 2005 17:13 GMT
Hi
Could you post a URL or something please? I'm interested in this code too!

Signature
Pete
====
ECO Modeler, Audio compression components, DIB graphics controls,
FastStrings
http://www.droopyeyes.com
Read or write articles on just about anything
http://www.HowToDoThings.com
My blog
http://blogs.slcdug.org/petermorris/
Jerry - 01 Jan 2006 07:55 GMT
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/
retrievedeviceid.asp
> Hi
>
> Could you post a URL or something please? I'm interested in this code
> too!
Joy Awad - 09 Jan 2006 23:16 GMT
In Windows Mobile 5.0 there is a new API you can use for uniquely
identifying a device - GetDeviceUniqueID. You would need to P/Invoke the
GetDeviceUniqueID API from managed code.
Thanks,
Joy Awad