Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to obtain a DLL window handle Pin
Randor 11-May-07 10:54
professional Randor 11-May-07 10:54 
GeneralRe: How to obtain a DLL window handle Pin
Perspx13-May-07 8:42
Perspx13-May-07 8:42 
QuestionError debugging winsock programs? Pin
raul211-May-07 9:08
raul211-May-07 9:08 
QuestionRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 9:29
Mark Salsbery11-May-07 9:29 
AnswerRe: Error debugging winsock programs? Pin
raul211-May-07 10:19
raul211-May-07 10:19 
QuestionRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 10:22
Mark Salsbery11-May-07 10:22 
AnswerRe: Error debugging winsock programs? Pin
raul211-May-07 12:19
raul211-May-07 12:19 
GeneralRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 12:26
Mark Salsbery11-May-07 12:26 
Oh maybe you have your debugger set to break when an exception is thrown instead of continue.

If you continue executing (ignore the break) and the app continues running then everything is
fine - the exception was handled in the DLL.

If you get an unhandled exception after continuing, then that needs to be addressed
(obviously Smile | :) ).

See What is a First Chance Exception?[^]

and

How to Stop on First Chance Exceptions - Visual Studio .NET 2003[^]

First chance exceptions are ok if handled - I don't think we get a second chance Smile | :)

Mark




"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: Error debugging winsock programs? Pin
Stephen Hewitt11-May-07 16:30
Stephen Hewitt11-May-07 16:30 
QuestionDeriving from CWnd - Hiding CWnd::Create Pin
bob1697211-May-07 8:38
bob1697211-May-07 8:38 
Questionwrite in a xml file not in the console Pin
lavy288311-May-07 7:57
lavy288311-May-07 7:57 
AnswerRe: write in a xml file not in the console Pin
Cedric Moonen11-May-07 8:18
Cedric Moonen11-May-07 8:18 
AnswerRe: write in a xml file not in the console Pin
Mark Salsbery11-May-07 8:18
Mark Salsbery11-May-07 8:18 
GeneralRe: write in a xml file not in the console Pin
Hamid_RT11-May-07 19:19
Hamid_RT11-May-07 19:19 
GeneralRe: write in a xml file not in the console Pin
Mark Salsbery12-May-07 4:56
Mark Salsbery12-May-07 4:56 
QuestionHow can I show "strange" chars in a CStatic (supposedly unicode) Pin
Joan M11-May-07 7:27
professionalJoan M11-May-07 7:27 
AnswerRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Hans Dietrich11-May-07 8:27
mentorHans Dietrich11-May-07 8:27 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Joan M11-May-07 8:49
professionalJoan M11-May-07 8:49 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
led mike11-May-07 9:27
led mike11-May-07 9:27 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Joan M11-May-07 9:54
professionalJoan M11-May-07 9:54 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Rajesh R Subramanian11-May-07 22:22
professionalRajesh R Subramanian11-May-07 22:22 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Joan M11-May-07 22:35
professionalJoan M11-May-07 22:35 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Rajesh R Subramanian12-May-07 0:19
professionalRajesh R Subramanian12-May-07 0:19 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Joan M12-May-07 0:31
professionalJoan M12-May-07 0:31 
GeneralRe: How can I show "strange" chars in a CStatic (supposedly unicode) Pin
Gary R. Wheeler13-May-07 2:57
Gary R. Wheeler13-May-07 2:57 

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.