| Reply | « Previous Thread | Next Thread » |
|
没有任何的错误提示,一般是什么訽因,说明文档里也没有提到过
这部分呀 |
|
Hi,
Generally, if there is an exception error, then the execution will jump into some of the DLLs. In this case, if you do not have the source code for those DLL libs, you will only see the assembly code. Try to make sure there are no exception errors in your code. Normally, if you do not have balanced CleanupStack "push" and "pop", then it has this problem. Or you have a "Leave" operation in your code, you will also have this problem. Best regards, Liuxg Forum Nokia |
|
哪怕有一点提示也好:(
此外调用系统的方法,返回错误代码后,我如何知道代码对应的错误文字 如调用了 CFbsBitmap.load() 返回了-12 ,是什么意思 谢谢了 |
|
You can find the define in E32STD.h file.
KErrPathNotFound = -12, It mean that CFbsBitmap.load() has the wrong path. Think this can help you. Any questions more, Please let me know. Thanks. |
|
Hi,
There is a good article about this error code definitions on the Symbian website. Please follow the following link: http://www.symbian.com/developer/tec.../Erresapi.html Hope this helps ![]() Best regards, Liuxg Forum Nokia |
|
强烈建议把这篇文章加入到sdk文档中:)
|
|
Your suggestion is accepted. :-)
Liuxg Forum Nokia |
|
这个东西真不错,以后要常来玩玩了。:)
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |