Chinaunix首页 | 论坛 | 博客
  • 博客访问: 182920
  • 博文数量: 512
  • 博客积分: 23560
  • 博客等级: 上将
  • 技术积分: 5700
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-17 23:19
文章分类

全部博文(512)

文章存档

2010年(512)

我的朋友
最近访客

分类:

2010-10-13 16:34:25

  这是入门的第二篇文章。其实在我看来,symbian os之上的mmi编程和mfc类似,都是有个application framework,用户需要的就是在这个基础之上,对类进行继承,对函数进行重载,而framework完成了很多和系统进行交互的工作。   this is the second document . on my opinion, there are same a little between mfc and symbian os .they all own a application framework on their basic os. based on such framework, user only need to make their own derived class ,and reload the virtual functions. and the framework can help u hanle most work interacting with the os.   ===================================   这是文档中关于编译和运行的资料,我懒得翻译了。还有结合我开发中的问题   做了补充。   ===================================   1. abld是利用项目文件(appname.mmp)进行编译的,所以,在你的mmp文件改动过后,一定要利用   abld makefile vc6   重新生成vc工程文件,然后才能够利用vc进行app的编译,否则会出错。   (手工修改vc的编译、连接设置不起作用,不知为何?)   一、编译和运行   1. building and running the examples   this section explains how to build and run the sdk example applications. all the applications are built and run in the same way. the applications can be built to run on the symbian os emulator, or the target device.   2. building for the symbian os emulator   the sdk and the example applications should be installed. 如果喜欢symbian入门系列 -- framework请收藏或告诉您的好朋友.
阅读(39) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~