Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Compile error says:"file not found: ..\lib\ScriptHost.tlb" Pin
Mircea Puiu4-Jan-07 21:25
Mircea Puiu4-Jan-07 21:25 
QuestionHandling First Chance Exception Pin
Lashu Raj4-Jan-07 19:45
Lashu Raj4-Jan-07 19:45 
AnswerRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:05
Stephen Hewitt4-Jan-07 20:05 
A first chance exception is just for debuggers. When an exception is generated and being debugged the handling is two stage. In the first stage, known as the “first chance”, the debugger is notified about the exception and can control further processing. The second stage refers to the normal exception processing mechanism. You’ve got some C++ code which throws an exception somewhere and it’s probably normal. To find where it’s coming from set your debugger to break on the first chance for the exception type in question.


Steve

GeneralRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:13
professionalJoan M4-Jan-07 20:13 
GeneralRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:15
Stephen Hewitt4-Jan-07 20:15 
GeneralRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:24
professionalJoan M4-Jan-07 20:24 
GeneralRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:28
Stephen Hewitt4-Jan-07 20:28 
AnswerRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:08
professionalJoan M4-Jan-07 20:08 
AnswerRe: Handling First Chance Exception Pin
Hamid_RT4-Jan-07 20:11
Hamid_RT4-Jan-07 20:11 
QuestionReturn value Pin
manu_22054-Jan-07 19:26
manu_22054-Jan-07 19:26 
AnswerRe: Return value Pin
Jonathan [Darka]5-Jan-07 0:09
professionalJonathan [Darka]5-Jan-07 0:09 
QuestionMFC Question : (From where AFxWinMain gets CwinApp object) [modified] Pin
jk chan4-Jan-07 18:23
jk chan4-Jan-07 18:23 
AnswerRe: MFC Question : (From where AFxWinMain gets CwinApp object) Pin
Stephen Hewitt4-Jan-07 19:08
Stephen Hewitt4-Jan-07 19:08 
GeneralRe: MFC Question : (From where AFxWinMain gets CwinApp object) Pin
jk chan4-Jan-07 19:56
jk chan4-Jan-07 19:56 
QuestionNeed help with registry Pin
arbster4-Jan-07 18:22
arbster4-Jan-07 18:22 
AnswerRe: Need help with registry Pin
Hamid_RT4-Jan-07 18:26
Hamid_RT4-Jan-07 18:26 
QuestionRe: Need help with registry Pin
arbster4-Jan-07 19:25
arbster4-Jan-07 19:25 
AnswerRe: Need help with registry Pin
Hamid_RT4-Jan-07 19:49
Hamid_RT4-Jan-07 19:49 
QuestionRe: Need help with registry Pin
prasad_som4-Jan-07 18:28
prasad_som4-Jan-07 18:28 
GeneralRe: Need help with registry Pin
arbster4-Jan-07 19:30
arbster4-Jan-07 19:30 
GeneralRe: Need help with registry Pin
Rajesh R Subramanian4-Jan-07 19:49
professionalRajesh R Subramanian4-Jan-07 19:49 
AnswerRe: Need help with registry Pin
Rajesh R Subramanian4-Jan-07 18:48
professionalRajesh R Subramanian4-Jan-07 18:48 
QuestionRe: Need help with registry Pin
arbster4-Jan-07 19:28
arbster4-Jan-07 19:28 
AnswerRe: Need help with registry Pin
Rajesh R Subramanian4-Jan-07 19:32
professionalRajesh R Subramanian4-Jan-07 19:32 
AnswerRe: Need help with registry Pin
Weiye Chen4-Jan-07 22:43
Weiye Chen4-Jan-07 22:43 

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.