Click here to Skip to main content
15,895,142 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 
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 
You can do some things:

- To aisle the code that makes that exception and try to solve it (I think that you've already tried that).

- To use TRY/CATCH (exception handling) in order to help you to find where it came from or to handle strange situations.

Also there is a nice feature in VC++6 (I'm still using that one) that I suppose that will also be in the newer IDE's: you can go back from the point in which the problem has raised using a combobox named context (it appears in the top of the listboxes that allow you to debug).

Hope this helps...
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.