symbian 调试集锦

本文深入解析了Symbian开发中遇到的问题,包括资源文件错误导致的RCOMP失败删除输出文件错误和目标文件必须作为第一个参数给出的错误,并详细解释了mifconv工具的作用和使用方法,对于Symbian开发者来说是一篇实用的技术指南。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题:

* RCOMP failed - deleting output files 

解答:

This error is mainly if there is any errors in the resource files (or for that matter if its un-available..havent faced this situation of unavailablity though..so not completely sure of the kind of error verbose if its totally absent)

问题:

ERROR: Target file must be given as first argument.
Type mifconv -? for help 

解答:

关于Symbian里面的mifconv ,(.mk和.miflist文件的作用和工作)【转】2010-04-30 15:28简单的说,mifconv是symbian提供的一个图像压缩打包工具,用于将svg/bmp格式的多个源文件合成一个mif/mbm复合文件。关于mifconv的更多介绍可参考相关文档,这里我这要介绍下它的用法。


class CChatContainer: public CCoeControl, public MLog  //   MLog 为纯虚函数

void LogL( const TDesC& aText, const TDesC& aExtratext );

void CChatContainer::LogL( const TDesC& aText, \
const TDesC& aExtraText )

illegal use of abstract class ('MLog::LogL(const TDesC16 &, const TDes16 &)')

派生类必须对虚基类得虚函数进行重写,才能定义对象。

CChatContainer* self = new ( ELeave ) CChatContainer;  // 错误的用法




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值