Windows Mobile 2003 SE的问题!

j0hnny 2006-04-12 03:15:03
我想请问一下,我的程序是基于Windows Mobile 2003的,然而新的设备是Windows Mobile 2003SE,现在调试过程中我的程序部署过去的时候,会弹出一个对话框“您安装的程序可能无法正确显示,因为他是为Windows Mobile软件的旧版本而设计”,这个时候vs2003提示System_SR_chs.cab这个文件有问题。但是关掉对话框程序也能够运行,我想请问一下这个问题应该怎么解决。是不是.net cf的问题?我的环境:vs 2003;pocket pc 2003 SDK;Windows Mobile 2003 Second Edition Developer Resources;Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - CHS
谢谢
...全文
143 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
无聊客 2006-04-12
  • 打赏
  • 举报
回复
所以可以通过修改安装包实现,详细可以参考Developer Resources for Windows Mobile 2003 Second Edition里面的WhitePapers
无聊客 2006-04-12
  • 打赏
  • 举报
回复
When a legacy application is installed on a Windows Mobile-based Pocket PC capable of screen rotation, the following warning message in Figure 11 will appear:

Figure 11. Installation warning message
This dialog is to advise the user that the application they are about to use may not be aware of square screens or screen rotation, and may not display properly in landscape mode. This dialog will only appear if the VersionMin value (which specifies the lowest OS revision number your app supports) file is less than 4.21.
Since setting VersionMin to 4.21 will prevent your application from installing on older Windows Mobile-based Pocket PCs, it is recommend that you disable this warning message by setting the BuildMax value (which is typically unused) equal to the following values in Table 2:
Table 2. BuildMax values
0xA0000000 Application supports square screens (240x240 pixels).
0xC0000000 Application supports screen rotation.
0xE0000000 Application supports square screens and screen rotation.

These parameters can be changed by editing the [CEDevice] section of the INF file which cabwiz uses to generate your CAB file. For more information on the INF file format, please consult MSDN documentation.

7,655

社区成员

发帖
与我相关
我的任务
社区描述
Windows Phone是微软发布的一款手机操作系统,它将微软旗下的Xbox LIVE游戏、Zune音乐与独特的视频体验整合至手机中。
社区管理员
  • Windows客户端开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧