摘要:
Originally Posted by HAHAPrince Hi Everybody, What is the wrong with this error??? The SDK is pretty straight forward in telling about the error, did you check it :- 129 This panic is raised when co... 阅读全文
posted @ 2011-01-14 13:14
冰岛
阅读(218)
评论(0)
推荐(0)
摘要:
Symbian源码分析:拷贝8位描述符到16位的方法 如果直接用Copy函数的话,16位描述符的长度会被设为8位的长度,如果是ASCII码的话没有问题,中文的话就会乱码,看看Copy函数的源代码: EXPORT_C void TDes16::Copy(const TDesC8 &aDes) { TInt len=aDes.Length(); ... 阅读全文
posted @ 2011-01-14 09:51
冰岛
阅读(2589)
评论(0)
推荐(1)