Microsoft Mobile 6.x: Devicename

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
jjooee
In need of some credit
In need of some credit
Posts: 3
Joined: Tue Jan 20, 2009 5:37 pm

Microsoft Mobile 6.x: Devicename

Post by jjooee »

Is there some way on Windows Mobile 6.x to find out:
  • - the name of the device the program is running on (e.g. Microsoft Device Emulator, <the real name of the device>)
    - the (manufacturer dependent) name of the SD-Card (in the path)
Thanks, Joe
radcapricorn
Experienced Solver
Experienced Solver
Posts: 70
Joined: Fri Nov 07, 2008 4:25 pm
Location: Saint-Petersburg, Russia

Post by radcapricorn »

Hello,

For the device id you could check one of those posts:

http://msdn.microsoft.com/en-us/library/aa909165.aspx
http://msdn.microsoft.com/en-us/library/aa446562.aspx

One of them is actually for the .NET, but I don't see real trouble adapting it to C++.

As for SD card, you can try this
win xp pro sp3/VS Express 2008/MinGW;
win Vista Ultimate/VS 2005;
Debian Lenny/gcc/cegcc-mingw32ce;
wxWidgets-2.8.9 w/wxWinCE;
Post Reply