R
Rob
Hi all,
I tried the code showed here in order to get the DeviceID of several devices
(WindowsCE and PPC):
http://blogs.msdn.com/jehance/archive/2004/07/12/181116.aspx
In all the devices but one, an Intermec with Windows Mobile 2003, it worked
correctly.
In the Intermec, I get this error:
This platform may not support DeviceIDs -> System.DllNotFoundException:
unable to load DLL 'coredll.dll'
I also tried a c++ application that should return the deviceID, and it
didn't work too.
Is it possibile that on Intermec that API is not implemented? In other
Windows Mobile devices (both real and emulator), it worked correctly.
Isn't it a standard API? How can I know if a particular device implements it
or not?
I also found some documents, such as this
http://groups.google.it/group/micro...termec+deviceid&rnum=2&hl=it#14e5183e45b24389
but there aren't enough information.
I tried the code showed here in order to get the DeviceID of several devices
(WindowsCE and PPC):
http://blogs.msdn.com/jehance/archive/2004/07/12/181116.aspx
In all the devices but one, an Intermec with Windows Mobile 2003, it worked
correctly.
In the Intermec, I get this error:
This platform may not support DeviceIDs -> System.DllNotFoundException:
unable to load DLL 'coredll.dll'
I also tried a c++ application that should return the deviceID, and it
didn't work too.
Is it possibile that on Intermec that API is not implemented? In other
Windows Mobile devices (both real and emulator), it worked correctly.
Isn't it a standard API? How can I know if a particular device implements it
or not?
I also found some documents, such as this
http://groups.google.it/group/micro...termec+deviceid&rnum=2&hl=it#14e5183e45b24389
but there aren't enough information.