在 Rhostudio 中构建 Windows 个 CE 应用程序
Build Windows CE apps in Rhostudio
我安装了 RhoMobileSuite 5.2.2。我在 rhomobile.com.
有一个普通帐户
当我尝试 运行 具有 运行 配置的应用程序(windows 移动版 / windows CE )时,它不起作用,我收到此错误:
PWD: C:\Users\Administrator\workspace\store
CMD: rake run:wm
rake aborted!
Exception: Could not build licensed features
Tasks: TOP => run:wm => config:wm => config:common
(See full trace by running task with --trace)
-$TIME$- message [ First timestamp ] time is { 2015-09-05T10:52:55Z } milliseconds from start (0)
Connecting to rhomobile.com
Starting rhodes build system using ruby version: 1.9.3
-$TIME$- message [ config:common ] time is { 2015-09-05T10:53:02Z } milliseconds from start (6820)
Connecting to rhomobile.com
**** NOTE: You use sdk parameter in build.yml ****************************************************************
To use latest Rhodes gem, run migrate-rhodes-app in application folder or comment sdk in build.yml.
**************************************************************************************************************
**** ERROR: Could not build licensed features. ***************************************************************
You have free subscription on rhomobile.com. RhoElements features are available only for paid accounts.
The following features are only available in RhoElements v2 and above:
- Barcode extension
- Indicators extension
- HardwareKeys extension
- CardReader extension
- Signature Capture
- Windows Mobile/Windows CE platform support
- Symbol device capabilities
- Symbol WebKit Browser
For more information go to rhomobile website
In order to upgrade your account please log in to https://rms.rhomobile.com
Select "change plan" menu item in your profile settings.
**************************************************************************************************************
我已经 Windows 7 终极版 & Visual studio 2013 终极版
我可以 运行 在 iphone、android 上使用 rhostudio 的应用程序并赢得 32 rhosimulator
有什么帮助吗?
`
首先,要构建 Windows CE/Windows 移动应用程序,您需要 Visual Studio 2008,这是支持这些操作系统的最新 Visual Studio 版本。
我做了一个快速测试,它适用于我使用 RMS v5.2.2 和 Visual Studio 2008(加上 WM6.5.3 SDK 和用于 Windows CE 支持的 Symbol MC3000 PSDK, you can find the detailed setup on RMS documentation).
如果您要将项目从以前的 RMS 版本移动到可用的最新版本,请始终记得首先执行 rake clean:<your target platform>
。
编辑: 忘记提及非常重要的一点,Windows Mobile/Windows CE 支持需要付费许可证。您可以在 RhoMobile website and looking at the API list where, everything linked to Windows Mobile/Windows CE is marked as a paid feature.
上获得更多信息
我安装了 RhoMobileSuite 5.2.2。我在 rhomobile.com.
有一个普通帐户当我尝试 运行 具有 运行 配置的应用程序(windows 移动版 / windows CE )时,它不起作用,我收到此错误:
PWD: C:\Users\Administrator\workspace\store
CMD: rake run:wm
rake aborted!
Exception: Could not build licensed features
Tasks: TOP => run:wm => config:wm => config:common
(See full trace by running task with --trace)
-$TIME$- message [ First timestamp ] time is { 2015-09-05T10:52:55Z } milliseconds from start (0)
Connecting to rhomobile.com
Starting rhodes build system using ruby version: 1.9.3
-$TIME$- message [ config:common ] time is { 2015-09-05T10:53:02Z } milliseconds from start (6820)
Connecting to rhomobile.com
**** NOTE: You use sdk parameter in build.yml ****************************************************************
To use latest Rhodes gem, run migrate-rhodes-app in application folder or comment sdk in build.yml.
**************************************************************************************************************
**** ERROR: Could not build licensed features. ***************************************************************
You have free subscription on rhomobile.com. RhoElements features are available only for paid accounts.
The following features are only available in RhoElements v2 and above:
- Barcode extension
- Indicators extension
- HardwareKeys extension
- CardReader extension
- Signature Capture
- Windows Mobile/Windows CE platform support
- Symbol device capabilities
- Symbol WebKit Browser
For more information go to rhomobile website
In order to upgrade your account please log in to https://rms.rhomobile.com
Select "change plan" menu item in your profile settings.
**************************************************************************************************************
我已经 Windows 7 终极版 & Visual studio 2013 终极版
我可以 运行 在 iphone、android 上使用 rhostudio 的应用程序并赢得 32 rhosimulator
有什么帮助吗? `
首先,要构建 Windows CE/Windows 移动应用程序,您需要 Visual Studio 2008,这是支持这些操作系统的最新 Visual Studio 版本。
我做了一个快速测试,它适用于我使用 RMS v5.2.2 和 Visual Studio 2008(加上 WM6.5.3 SDK 和用于 Windows CE 支持的 Symbol MC3000 PSDK, you can find the detailed setup on RMS documentation).
如果您要将项目从以前的 RMS 版本移动到可用的最新版本,请始终记得首先执行 rake clean:<your target platform>
。
编辑: 忘记提及非常重要的一点,Windows Mobile/Windows CE 支持需要付费许可证。您可以在 RhoMobile website and looking at the API list where, everything linked to Windows Mobile/Windows CE is marked as a paid feature.
上获得更多信息