Rhomobile Building for Windows Mobile 6.5



如何在Windows Mobile 6.5中构建Rhomobile?

我有 Windows Mobile 6.5 DTK,模拟器显示在设备模拟器管理器中。

我在项目的build.yml中放了什么:

婉婷: SDK: Windows Mobile 6.5.3 Professional DTK (ARMV4I)
模拟器:Windows Mobile 6.5.3 Professional VGA 模拟器

我收到错误:

vcbuild.exe : error VCBLD0007: Could not find project configuration RELEASE|WINDOWS MOBILE 6.5.3 PROFESSIONAL DTK (ARMV4I) to build.
No such file or directory - C:/RhoStudio/ruby/lib/ruby/gems/1.8/gems/rhodes-3.3.2/platform/wm/bin/Windows Mobile 6.5.3 Professional DTK (ARMV4I)/rhodes/Release/rhodes.exe

我错过了什么吗?这听起来很愚蠢,但是我如何将Windows Mobile 6.5.3文件放入Rhostudio,因为我不记得为Windows Mobile 6做了什么特别的事情?

再次抱歉,如果这是一个愚蠢的问题,我真的无法理解它。感谢您的任何帮助。

Rhomobile有一个非常详细的指南,说明你需要如何为Windows Mobile设置Rhodes。对我来说,听起来您可能忘记运行 rhodes-setup 命令以正确设置路径 rhobuild.yml 文件(不是您的项目 build.yml,而是位于您的 rhodes 目录中的路径)。

文档指出它应该看起来像这样:

env:
   paths:
     vcbuild: C:/Program Files/Microsoft Visual Studio 8/VC/vcpackages/vcbuild.exe
     cabwiz: C:/Program Files/Windows Mobile 6 SDK/Tools/CabWiz

在某些情况下(例如,如果您使用的是 Visual Studio 2010),其中设置可能会有所不同。查看此部分并将路径添加到PATH环境变量也可能很有用。

如果这些都无济于事,我建议您在GitHub上下载最新版本的主分支,因为我知道不久前为Windows Mobile构建存在问题,该问题已得到修复。据我记忆,它计划在 Rhodes 的 3.3.3 版本中发布。

我确实遇到了这个问题,并且能够通过指向Right vcbuild.exe来解决此问题。我发现 vcbuild.exe 附带 Express Editions 不起作用,但后来我的目标是 VCBuild.exe(Visual Studio Team System 2008 存在于 Folder Microsoft Visual Studio 2009 而不是 2008 中)它起作用了。

我想你已经知道了,但也只是补充:

您必须设置 VS 构建刀具路径 @ RhoStudio -。Windo ->Preferences ->RhoMobile ->Windows Mobile.

希望对你有帮助

谢谢苏梅特

重新安装WM6 SDK,采用专业版,解锁MSI文件并在管理员权限下安装(最简单的方法是以管理员身份运行cmd)

这对我有用。

相关内容

  • 没有找到相关文章