在Windows Mobile Emulator建立網絡連接
因為想使用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系統。