2015-09-05 28 views
1

我安装了RhoMobileSuite 5.2.2。我在rhomobile.com有一个常规账户。在Rhostudio中构建Windows CE应用程序

当我尝试运行与运行配置(的Windows Mobile/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上用rhostudio应用程序,Android和赢得32 rhosimulator

任何帮助吗? `

回答

1

首先,要构建Windows CE/Windows Mobile应用程序,您需要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得到更多的信息,并在API列表中查看,everything linked to Windows Mobile/Windows CE is marked as a paid feature

+0

感谢您的回复,但它始终无法正常工作:我卸载了VS 2013,并且我安装了VS 2008,但它总是无法运行,我认为该文档已过时,能否帮助我更多先生,我问我是否可以收到你的电子邮件? – Dehmane

+0

你只需要检查你是否已经安装了所有[需求](http://docs.rhomobile.com/en/5.2.2/guide/nativesdksetup#setup-for-windows-mobile),并且你有至少Silver RhoMobile许可证。因为[Windows Mobile/Windows CE支持需要付费许可证](http://rhomobile.com/pricing/)。 – pfmaggi

+0

谢谢先生,这非常有帮助 – Dehmane

相关问题