因为想使用Windows Mobile Emulator进行网络通信程序的测试,所以找方法配置Emulator的网络连接。在网上找了一些文章,很多都说需要安装Virtual PC 2007. 例如下面的文章
Enable Network Connection Windows Mobile 6 Emulator
如果需要 Virtual PC 2007 可以在这里下载
http://www.microsoft.com/downloads/details.aspx?FamilyID=04d26402-3199-48a3-afa2-2dc0b40a73b6&DisplayLang=en
我的配置证明不需要安装Virtual PC 2007,配置方法如下:
1.配置Emulator的Network,启用Enable NE2000 PCMCIA network adapter and bind to:并选择PC上的真实网卡。
2.打开Start -> Settings -> Connections Tab -> Connections -> Network Cards
3.点击NE2000 Compatible Ethernet Driver查看IP地址信息,系统会绑定PC上网卡的地址。PC上的地址为192.168.1.49.
4.Start -> Settings -> Connections Tab -> Connections -> Advanced Tab -> Select Networks,全部选择“My Work Network”,这里的My Work Network表示图二的配置。
5.打开浏览器,访问google进行测试。
6.访问PC上的APS.net网站进行测试。PC上的地址为192.168.1.49.
这样Emulator就可以进行网络通信程序的测试和访问internet系统。
上述为方法一,另外有方法二,由 ocean 同学提供 “有个更简单的方法,通过activesync或者windows mobile device center, 连接方式选择DMA,然后在设备管理器那个模拟器上点击右键,选择cradle,然后模拟器就和activesync连接上了,这样就可以直接通过activesync使用本机的internet了,非常方便。”
具体可以参考 AppleSeeker 同学的 Windows Mobile模拟器如何访问网络的设置
本文转自Jake Lin博客园博客,原文链接:http://www.cnblogs.com/procoder/archive/2009/05/27/Windows_Mobile_Emulator.html,如需转载请自行联系原作者