Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Reason Code:USER ; Reason number: 7

2 replies · 5,977 views · Started 04 March 2006

Hi Developers ,

i'm new to symbian and currently working on S80.
my application is perfectly working on Emulator but
when i try to run my application on actual device(Nokia 9500) it throws following error messages :

Program closed

Reason Code: USER
Reason number: 7

what is this error? how can i overcome this?
what are symbian reason codes and Reason numbers?

plz throw some light on it..
any help would be greatly appreciated!!

Best Regards,
CodePupil

From the SDK helpfile, just search for "USER 7" and then select the "USER" topic.

This panic is raised by the Ptr() member function of a 16 bit variant descriptor if the descriptor is invalid.

Check for ways in which the descriptor may have become corrupted, including an unsafe use of cast

Hi,

i solved it anyway...although unknowingly !!!
one of header file has named Cxxxxx.h previously... i just removed the letter C....and now it is working fine.
i dont know why compiler/real device has problem with name!!!

Cheers !!!!!!!!!

CodePupil