Click here to Skip to main content
15,912,021 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnhandled Exception.... :'( Pin
nutkase7-Oct-04 21:53
nutkase7-Oct-04 21:53 
GeneralRe: Unhandled Exception.... :'( Pin
toxcct7-Oct-04 22:23
toxcct7-Oct-04 22:23 
GeneralRe: Unhandled Exception.... :'( Pin
Sujan Christo7-Oct-04 22:26
Sujan Christo7-Oct-04 22:26 
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
nutkase7-Oct-04 23:29
nutkase7-Oct-04 23:29 
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
Sujan Christo8-Oct-04 0:59
Sujan Christo8-Oct-04 0:59 
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
digwizfox8-Oct-04 7:47
digwizfox8-Oct-04 7:47 
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
nutkase10-Oct-04 19:16
nutkase10-Oct-04 19:16 
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
digwizfox12-Oct-04 6:24
digwizfox12-Oct-04 6:24 
You never gave us the code for the destructor. Again, the call stack looks pretty plain to me. It's telling you exactly where the crash occurred. Without being able to look over your shoulder and step through your source code, there isn't a whole lot anyone else can do. IF it crashes in the destructor, why is the last call stack statement in the pop function?? My assumption is that the pop was where the crash occurred since that is where the program appears to have halted and this is the code fragment you gave us. While you are running in debug mode, are you able to step through the code right before the crash? WHen the system does crash, you should be able to double click on each statement in the call stack and perform an analysis of variable states; look for NULL pointers and test the assert conditions, etc. Consider yourself lucky to have a call stack that points directly at your code. Many times, you get call stacks that are pointing to MFC code which is really hard to troubleshoot.

Shawn
GeneralRe: Unhandled Exception.... :'( (Code you people asked) Pin
nutkase12-Oct-04 19:39
nutkase12-Oct-04 19:39 
Questionmapi login : password not required ? Pin
_kane_7-Oct-04 21:42
_kane_7-Oct-04 21:42 
AnswerRe: mapi login : password not required ? Pin
_kane_7-Oct-04 21:53
_kane_7-Oct-04 21:53 
GeneralFinish Button Hot key in Wizard97 Pin
Pushkar Tamboli7-Oct-04 21:07
Pushkar Tamboli7-Oct-04 21:07 
GeneralRe: Finish Button Hot key in Wizard97 Pin
toxcct7-Oct-04 21:29
toxcct7-Oct-04 21:29 
GeneralChanging From Dialog to Tab Pin
novicedude7-Oct-04 20:48
novicedude7-Oct-04 20:48 
GeneralRe: Changing From Dialog to Tab Pin
toxcct7-Oct-04 21:04
toxcct7-Oct-04 21:04 
GeneralRe: Changing From Dialog to Tab Pin
Sujan Christo7-Oct-04 23:00
Sujan Christo7-Oct-04 23:00 
GeneralRe: Changing From Dialog to Tab Pin
Anonymous9-Oct-04 15:01
Anonymous9-Oct-04 15:01 
GeneralPocket PC CListbox font Pin
Jochum Wittebrood7-Oct-04 20:09
Jochum Wittebrood7-Oct-04 20:09 
QuestionDialog Window supporting Database ??? Pin
Member 14198777-Oct-04 19:37
Member 14198777-Oct-04 19:37 
AnswerRe: Dialog Window supporting Database ??? Pin
Sujan Christo7-Oct-04 20:40
Sujan Christo7-Oct-04 20:40 
GeneralRe: Dialog Window supporting Database ??? Pin
Member 14198777-Oct-04 20:48
Member 14198777-Oct-04 20:48 
GeneralRe: Dialog Window supporting Database ??? Pin
Sujan Christo7-Oct-04 21:40
Sujan Christo7-Oct-04 21:40 
GeneralRe: Dialog Window supporting Database ??? Pin
Member 14198777-Oct-04 22:07
Member 14198777-Oct-04 22:07 
GeneralRe: Dialog Window supporting Database ??? Pin
Sujan Christo7-Oct-04 22:24
Sujan Christo7-Oct-04 22:24 
GeneralRe: Dialog Window supporting Database ??? Pin
Member 14198777-Oct-04 23:05
Member 14198777-Oct-04 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.