I used PB 5.0 to build an emulator using Microsoft Device Emulator, then I
built the SDK. Now I am trying to run it from "Device Emulator Manager" in
Visual Studio, I can see it - but its more like a category - the devices I
can click are sub items in the category "Pocket PC 2003" for example, but I
cannot right click on it to connect. Please help, thanks
patrick

Re: running Microsoft Device Emulator from "Device Emulator Manager" by Jack

Jack
Tue May 13 02:22:18 PDT 2008

copy your emulator image to the folder:c:\Program Files\Microsoft
Device Emulator\1.0\

in the same folder, create a batch file which contains basicly this
command and run it

call DeviceEmulator.exe NK.bin /c /memsize 256 /video 640x480x16 /
sharedfolder C:\YourShareFolder /flash flash_def.flash /s
devicestate.state

your device emulator image is now started.
Now Press: File -> Save State and Exit in the Device Emulator.

Open Visual Studio Goto: Tools -> Device Emulator Manager
Goto: File -> Restore Image...
Open the File devicestate.state
Now the emlutar should be started with the last status and visible in
your device emulator manager