View Full Version : Reason Code:USER ; Reason number: 7


CodePupil
04-03-2006, 04:19 PM
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

Arjen
06-03-2006, 07:25 PM
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

CodePupil
05-04-2006, 04:36 AM
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