ya i had been through it an d it says unspecified error ....hence got confused where to start from ...neways am using S60 3rd edition SDK MR version....from nokia forum i found resource files may be the case ....but i didnt find nethin wrong der....so please tell what other things sud i check
Regards,
i even tried it and i applied breakpoint at return EikStart::RunApplication( NewApplication ); in E32main but it doesnt stop der ...n i dont know d reason
Hi Srivvivek,
if error code isnt coming, then it might mean that extended panic code might not be enabled. In that case you can follow the instructions given on this page : http://wiki.forum.nokia.com/index.php/Extended_panic_code
Forum posts: 463
could be so many things really!!!
Also check : http://newlc.com/Symbian-OS-Error-Codes.html
Note : please avoid multiple threads.
Forum posts: 33
ya i had been through it an d it says unspecified error ....hence got confused where to start from ...neways am using S60 3rd edition SDK MR version....from nokia forum i found resource files may be the case ....but i didnt find nethin wrong der....so please tell what other things sud i check
Regards,
Amogh
Forum posts: 463
Like it says 'general (unspecified) error', it could be so many things, hard to predict really.
One of the things that come to my mind is you could try to debug it in the emulator and see whats happening at all
Forum posts: 33
i even tried it and i applied breakpoint at
return EikStart::RunApplication( NewApplication );in E32main but it doesnt stop der ...n i dont know d reasonAmogh
Forum posts: 33
hi neil
i am also find the same prob
but in my case error no. is not coming
should i also do the same as u said to others
Forum posts: 136
Hi,
you can rebuild and compile your application. I think may be due to resource file you are getting this error.
try this command "abld resource"
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 463
Hi Srivvivek,
if error code isnt coming, then it might mean that extended panic code might not be enabled. In that case you can follow the instructions given on this page :
http://wiki.forum.nokia.com/index.php/Extended_panic_code
Forum posts: 56
can you please let me know which application is causing this error?