【问题标题】:Rhomobile Building for Windows Mobile 6.5适用于 Windows Mobile 6.5 的 Rhomobile 构建
【发布时间】:2012-04-30 09:21:27
【问题描述】:

如何在 Windows Mobile 6.5 中构建 Rhomobile?

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

我在项目的 build.yml 中放了什么:
wm:
sdk:Windows Mobile 6.5.3 Professional DTK (ARMV4I)
模拟器:Windows Mobile 6.5.3 Professional VGA Emulator

我得到了错误:

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 做了什么特别的事情?

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

【问题讨论】:

    标签: windows-mobile rhomobile rhodes


    【解决方案1】:

    Rhomobile 有一个非常详细的指南,告诉您如何设置 Rhodes for Windows Mobile here。在我看来,您可能忘记运行 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),设置可能会有所不同。查看this section 并将路径添加到您的PATH 环境变量也可能很有用。

    如果这些方法都没有帮助,我建议您下载他们的主分支here on GitHub 的最新版本,因为我知道不久前为 Windows Mobile 构建存在问题,该问题已得到修复。根据我的记忆,预计在Rhodes 3.3.3版本发布。

    【讨论】:

      【解决方案2】:

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

      我猜你已经知道了,但也只是添加:

      你必须设置VS构建工具路径@RhoStudio -。 Windo -> 首选项 ->RhoMobile ->Windows Mobile。

      希望对你有帮助

      谢谢 苏梅特

      【讨论】:

        【解决方案3】:

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

        这对我有用。

        【讨论】:

          猜你喜欢
          • 2011-10-15
          • 1970-01-01
          • 2011-08-06
          • 2012-11-25
          • 1970-01-01
          • 2012-07-29
          • 2018-05-05
          • 2012-05-20
          • 1970-01-01
          相关资源
          最近更新 更多