Posted on 2008-07-21 09:03
帅子 阅读(1258)
评论(0) 编辑 收藏 所属分类:
j2se技术专区
所使用
EVC4.0开发环境:
1.首先安装eMbedded Visual C++ 4.0
2. 然后下载
eMbedded Visual C++ 4.0 SP4
补丁安装,装好后,就可以安装各个开发平台的模拟器了
3. 下载模拟器:Microsoft Pocket PC 2003 SDK.msi
注意的地方:
(一).Localized Emulation Images for Windows Mobile? 2003-based PPC2003SE ,若开发简体中文程
序它应该是PPC2003SE 2003 SDK Chinese Simplified Emulation Images.msi。它可以使你的模拟器具
备显示中文的能力。安装完毕后,需要在evc环境中作一些设置,方可让你的开发环境调用支持中文的模
拟器映像。设置步骤如下:
1).打开evc环境下的tools->configure platform manager...,在TreeView中选择PPC2003SE(若你以正确
安装了SDK for Windows Mobile? 2003-based PPC2003SE ),
2)点击add device,输入设备名称,如:“CHS_SMARTPHONE 2003 Emulator”。
3).点击properties...进入device properties对话框,在transport一栏中选择TCP/IP Transport for
windows ce,在startup一栏中选择Emulator startup server(默认选项),
4).点击startup一栏右边的Configure...按钮进入Emulator configuration settings对话框,在
device->image一栏下选择CHS PPC2003SE(virtual radio),其他保持默认值,选择确定,回到device
properties界面,选择test可以测试你的设置是否正常工作。在正确设置后便可在evc环境的WCE
Configuration bar中选择支持中文的模拟器了;