Symbian编程三部曲--代码和文档的获取x

来源:百度文库 编辑:神马文学网 时间:2024/03/29 13:46:00
Symbian编程三部曲--代码和文档的获取
2005.06.27  来自:NewLC  CSDN Alen
nullnullnull
null

如果安装完成,那么在下一个步骤里,确定你已经将Series 60 SDK 安装到了默认的目录下。

一,目录树

C盘下的目录结构应该如图所示:

   建议将SDK安装在默认目录下,取名字的时候不要用空格,因为很多Symbian工具都不支持。

      Series 60和Epoc32这两个目录很重要,包括所有的Symbian头文件,库…

Epoc32Ex目录包括一些Symbian提供的源码。特别是Basics,Base和HelloWord子目录需要了解。

      Series 60Ex目录包括了诺基亚提供的示例代码,这些代码包括比Symbian提供的要复杂一些。

       Series60Doc包含了一些文件。最重要的文件是:

  • Devlib.chm::这是对Symbian开发者最主要的文档,清楚地定义了功能。在Symbian网站上下载最新的版本比SDK上的更为完整。
  • Examples.chm和Series60Examples.chrm给出了所有的代码示例,并包括了足够的细节。
  • Series60APIRef.chm针对Series60专用的API,带少量的解释。

        Series60Tools目录包括一些额外的工具。最有用的是Application Wizard。它可以创建一些空的应用来帮助你开始一个Project。MMP Click也很有用,它可以帮助你从右键菜单中选择编译Project。

 

二,一些文档

建议看以下书籍:

  • Symbian OS C++ for Mobile Phones (pick this one if you can just get one) 
  •  Programming for the Series 60 Platform and Symbian OS (only if you intend to work on Series 60
  • Symbian OS Communications Programming (optional one - only interesting if you intend to use sockets, bluetooth or the telephony API)

通过以下链接察看一些S60相关文档,这些文档也很有帮助:

  •   the Overview of the Compilation system 
  •  T, C, R, M classes 
  •  TRAPs and Leaves
  • String and Descriptors 
  •  File types and dependencies 
  •  the other tutorials and links in the Basics section.