Windows Mobile SDK 6 混乱
我正在将 Windows Mobile 5 项目升级到 Windows Mobile 6 项目。
第一步(至少在我看来是这样)是安装 Windows Mobile 6 SDK。
当我搜索此内容时,我发现以下安装似乎都符合我的要求:
- Windows Mobile 6 Professional SDK Refresh.msi
- Windows Mobile 6.5 Professional Developer Tookit (USA).msi
所以,问题是,我需要吗这两个?如果是这样,我应该按什么顺序安装它们?我还缺少其他安装程序/步骤吗?
I am upgrading my Windows Mobile 5 project to a Windows Mobile 6 project.
The first step (at least so it seems to me) is to get the Windows Mobile 6 SDK installed.
When I went searching for this I found the following installs that both seemed to fit what I was looking for:
- Windows Mobile 6 Professional SDK Refresh.msi
- Windows Mobile 6.5 Professional Developer Tookit (USA).msi
So, the question is, do I need these both? and if so, what order do I install them in? and is there any other installers/steps I am missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的目标是什么。 SDK 有很多,但通常它们带来的是模拟器和 SDK 特定的东西(例如 Microsoft.WindowsMobile 命名空间的附加内容)。否则他们真的不会做很多事情。例如,您可以继续仅使用 PPC 2003 SDK 在 WinMo 6.5 上编写和部署应用程序,您将无法使用针对 6.5 添加的内容。
就我个人而言,我建议安装 6.5 Pro(也许也是标准版)SDK 并放弃 6.0 SDK,除非您需要对 6.0 或 6.1 设备等进行模拟器测试。
It depends on what you're targeting. There are loads of SDKs, but generally what they bring to the table are emulators and SDK-specific stuff (like additions to the Microsoft.WindowsMobile namespace). Otherwise they really don't do a whole lot. For example you can continue to use just the PPC 2003 SDK to write and deploy apps on WinMo 6.5, you'll just be missing availability of the stuff that was added to be 6.5-specific.
Persoanlly I'd recommend installing the 6.5 Pro (and maybe standard too) SDKs and foregoing the 6.0 SDK unless you need to do emulator testing for something like a 6.0 or 6.1 device.