不同版本的Symbian [英] Different editions of Symbian

查看:92
本文介绍了不同版本的Symbian的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须在Symbian中建立一个项目.我感到困惑,并有一些与Symbian版本有关的问题.

I have to built a project in Symbian. I am having and confusion and had some question related to Symbian version.

  1. Symbian^3S60 3rd editionS60 5th edition有什么区别?
  2. Symbian ^ 3,S60第3版,S60第5版在编码角度上是否有重大区别?
  3. 在S60第3版中构建的代码是否可以在S60第5版中使用,或者在Sybmian ^ 3中构建的代码是否在S60第3版,S60第5版中使用,反之亦然?
  4. Symbian ^ 3,S60第3版,S60第5版必须使用哪个IDE?
  5. 在Symbian ^ 3,S60第3版,S60第5版中,我们必须使用哪种语言进行编码?
  1. What is the difference between Symbian^3, S60 3rd edition and S60 5th edition?
  2. Is there any major difference as coding point of view with Symbian^3, S60 3rd edition, S60 5th edition?
  3. Does the code built in S60 3rd edition will work in S60 5th edition or code built in Sybmian^3 will work in S60 3rd edition, S60 5th edition or vice versa?
  4. Which IDE do we have to use for Symbian^3, S60 3rd edition, S60 5th edition?
  5. Which language does we have to use for coding in Symbian^3, S60 3rd edition, S60 5th edition?

推荐答案

Symbian ^ 3,S60第3版,S60第5版有什么区别?

What is the difference between Symbian^3,S60 3rd edition,S60 5th edition?

它们是具有S60中间件/用户界面层的Symbian操作系统的不同版本.较新的版本引入了其他操作系统功能和API.

They're different versions of Symbian operating system with S60 middleware/user interface layer. Newer versions introduce additional OS features and APIs.

Symbian ^ n是将基本的Symbian OS和S60层合并到现已不存在的Symbian Foundation提供的一个平台中时引入的版本控制方案.目前,该平台由诺基亚内部开发.

Symbian^n is the versionin scheme introduced when the base Symbian OS and S60 layer were merged into one single platform provided by now-defunct Symbian Foundation. Currently the platform is developed in-house by Nokia.

S60 3rd Edition(S60 3.x)基于Symbian OS v9.1.它仅支持基于键盘的输入.

S60 3rd Edition (S60 3.x) is based on Symbian OS v9.1. It supports only keyboard-based input.

S60 5th Edition(S60 5.0)基于Symbian OS v9.4.它增加了对基于触摸的输入的支持.

S60 5th Edition (S60 5.0) is based on Symbian OS v9.4. It adds support to touch-based input.

Symbian ^ 3是该平台的最新版本.本质上是Symbian OS v9.5 + S60 5.2.

Symbian^3 is the newest incarnation of the platform. It's essentially Symbian OS v9.5 + S60 5.2.

与Symbian ^ 3,S60第3版,S60第5版在编码角度上是否有主要区别?

Is there any major difference as coding point of view with Symbian^3,S60 3rd edition,S60 5th edition?

在较旧版本的设备上,并非所有新版本上可用的功能和API都可用.由于输入机制(键盘,触摸)存在主要差异,因此您可能希望针对输入法优化其他UI.

Not all features and APIs available on newer versions are available on devices with older OS. Since there are major differences in input mechanisms (keyboard, touch), you may want to have a different UI optimized for the input method.

S603rd版本中构建的代码是否可以在S605th版本中使用,或者Sybmian ^ 3构建的代码是否可以在S60 3rd Edition,S60 5th Edition中运行,反之亦然?

Does the code built in S603rd edition will work in S605th edition or code built is Sybmian^3 will work in S60 3rd edition,S60 5th edition or vice versa?

在较旧平台上构建的代码将在具有较新版本平台的设备上运行.

Code built on older platforms will work on devices having newer versions of the platform.

在较新平台上构建的代码将在具有较旧版本平台的设备上运行,前提是您仅使用在较旧平台版本中也可用的API.

Code build on newer platforms will work on devices having older versions of the platform, provided that you only use those APIs that are also available in the older platform versions.

Symbian ^ 3,S60第3版,S60第5版必须使用哪个IDE? 在Symbian ^ 3,S60第3版,S60第5版中,我们必须使用哪种语言进行编码?

Which IDE do we have to use for Symbian^3,S60 3rd edition,S60 5th edition? Which language does we have to use for coding in Symbian^3,S60 3rd edition,S60 5th edition?

大多数应用程序都是使用本机Symbian C ++ API或Qt库以C ++编写的.您不必不必使用任何IDE,但您可以 使用例如所有这些平台都可以使用Carbide.C ++或Qt Creator.

Most applications are written in C++, using either native Symbian C++ APIs or Qt libraries. You don't have to use any IDE but you can use e.g. Carbide.C++ or Qt Creator for all of those platforms.

其他语言选项包括适用于S60的Java ME或Python.

Other language options include e.g. Java ME or Python for S60.

访问诺基亚论坛以获取更多信息和下载.

Visit Forum Nokia for additional information and downloads.

这篇关于不同版本的Symbian的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆