vote up 0 vote down star
1

In developing software for the Pocket PC platform, I have been happily using the Pocket PC emulator that Microsoft provides with Visual Studio (and as a free download). It provides for much faster develop/deploy/test cycles. (Of course, I do still final testing on real hardware). I have also found that providing the emulator to other folks in the office (e.g. the documentation team) allows them to get accurate screen shots with little effort. So, I'm convinced this is a great tool for my situation.

Here's the concern: In order to use the networking capabilities of the emulator, one must install Microsoft Virtual PC on the machine that will run the emulator. This seems like an awful heavyweight requirement for such a small tool. Has anyone found a simpler way to enable networking functionality on the Pocket PC emulator?

flag

2 Answers

vote up 2 vote down check

Simple answer is no, but...

Have you considered using Microsoft's free remote display control from power toys and running your app across ActiveSync. This means that you are using the actual hardware, network comms and all, but with screen, keyboard and mouse reflected to the screen. I find it works a treat.

link|flag
Cool. I had not seen this tool before. I will check it out. – Scott W Oct 16 '08 at 16:59
it's a cool tool. But it's slower to debug over it then the emulator. – baash05 Nov 18 '08 at 5:11
vote up -1 vote down

We went event a step further. We create a solution for building against compact framework and one solution for building against the win32 .net framework. As all code is just C#, there shouldn't be any problems compiling and running the application as Win32 application on the PC.

There is another great benefit - it's much faster to compile for Win32 than for WinCE.

Hope this helps...

link|flag
this did not address the networking question at all. – baash05 Nov 18 '08 at 5:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.