Click here to Skip to main content
15,918,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Anu_Bala wrote:
Hi, I got Unhandled Exception in my coding,and i debugged through my coding,the unhandled exception came in disassembly section.

 
 Any time you throw an exception if you look in the debugger the exception will originate from code in (or called from) the Win32 RaiseException API exported from kernel32.dll. Nothing unusual about this. Get a call stack and look for the closest calling client code.


Steve
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 
GeneralRe: code reuse without using a library Pin
Cedric Moonen12-May-06 1:24
Cedric Moonen12-May-06 1:24 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:29
Waleed Eissa12-May-06 1:29 
QuestionDisabling files from File Browser Pin
Dennis Furlaneto12-May-06 0:40
Dennis Furlaneto12-May-06 0:40 

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.