Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unhandled Exception Pin
ThatsAlok12-May-06 3:10
ThatsAlok12-May-06 3:10 
GeneralRe: Unhandled Exception Pin
toxcct12-May-06 3:14
toxcct12-May-06 3:14 
AnswerRe: Unhandled Exception Pin
Cedric Moonen12-May-06 0:52
Cedric Moonen12-May-06 0:52 
GeneralRe: Unhandled Exception Pin
ThatsAlok12-May-06 3:21
ThatsAlok12-May-06 3:21 
GeneralRe: Unhandled Exception Pin
Cedric Moonen12-May-06 3:25
Cedric Moonen12-May-06 3:25 
GeneralRe: Unhandled Exception Pin
toxcct12-May-06 3:32
toxcct12-May-06 3:32 
GeneralRe: Unhandled Exception Pin
ThatsAlok12-May-06 3:35
ThatsAlok12-May-06 3:35 
AnswerRe: Unhandled Exception Pin
ThatsAlok12-May-06 3:13
ThatsAlok12-May-06 3:13 
Anu_Bala wrote:
Hi, I got Unhandled Exception in my coding,and i debugged through my coding,the unhandled exception came in disassembly section.Why its come in disassembly ?Wats the reason?


Could you show me your Code of that Function, Plus in Continuation With Cedric! provide error handlling to your sourcecode using try and catch block, which might return qith cause of error.

e.g.
try
{
}
catch(CException &e)
{

// display error
}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: Unhandled Exception Pin
toxcct12-May-06 3:19
toxcct12-May-06 3:19 
GeneralRe: Unhandled Exception Pin
ThatsAlok12-May-06 3:38
ThatsAlok12-May-06 3:38 
AnswerRe: Unhandled Exception Pin
Stephen Hewitt12-May-06 20:13
Stephen Hewitt12-May-06 20:13 
QuestionProgress Bar Pin
VinayCool12-May-06 0:41
VinayCool12-May-06 0:41 
AnswerRe: Progress Bar Pin
Hamid_RT12-May-06 0:47
Hamid_RT12-May-06 0:47 
GeneralRe: Progress Bar Pin
VinayCool12-May-06 0:56
VinayCool12-May-06 0:56 
AnswerRe: Progress Bar Pin
Hamid_RT12-May-06 1:07
Hamid_RT12-May-06 1:07 
GeneralRe: Progress Bar Pin
ThatsAlok12-May-06 3:08
ThatsAlok12-May-06 3:08 
AnswerRe: Progress Bar Pin
toxcct12-May-06 0:50
toxcct12-May-06 0:50 
GeneralRe: Progress Bar Pin
VinayCool12-May-06 1:06
VinayCool12-May-06 1:06 
GeneralRe: Progress Bar Pin
ThatsAlok12-May-06 3:08
ThatsAlok12-May-06 3:08 
Questioncode reuse without using a library Pin
Waleed Eissa12-May-06 0:40
Waleed Eissa12-May-06 0:40 
AnswerRe: code reuse without using a library Pin
Justin Tay12-May-06 0:42
Justin Tay12-May-06 0:42 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:16
Waleed Eissa12-May-06 1:16 
AnswerRe: code reuse without using a library Pin
Waleed Eissa12-May-06 0:51
Waleed Eissa12-May-06 0:51 
GeneralRe: code reuse without using a library Pin
Cedric Moonen12-May-06 0:53
Cedric Moonen12-May-06 0:53 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:20
Waleed Eissa12-May-06 1:20 

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.