Click here to Skip to main content
15,913,758 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Kill exe's... ( processes) Pin
Chris Losinger8-May-02 4:20
professionalChris Losinger8-May-02 4:20 
GeneralRe: Kill exe's... ( processes) Pin
Braulio Dez8-May-02 4:25
Braulio Dez8-May-02 4:25 
GeneralRe: Kill exe's... ( processes) Pin
Mike Nordell9-May-02 21:20
Mike Nordell9-May-02 21:20 
GeneralRe: Kill exe's... ( processes) Pin
Braulio Dez10-May-02 3:08
Braulio Dez10-May-02 3:08 
Generalslightly puzzled... Pin
l a u r e n7-May-02 23:42
l a u r e n7-May-02 23:42 
GeneralRe: slightly puzzled... Pin
Henk Groenewoud8-May-02 0:59
Henk Groenewoud8-May-02 0:59 
GeneralRe: slightly puzzled... Pin
Roger Allen8-May-02 1:15
Roger Allen8-May-02 1:15 
GeneralRe: slightly puzzled... Pin
Jonathan Craig8-May-02 4:58
Jonathan Craig8-May-02 4:58 
I found this article in the MSDN:

INFO: First and Second Chance Exception Handling Q105675

It explains what you are seeing. There are many DLLs (and other code) that throw exceptions on purpose to see if things are valid. I have used this technique to check if memory-mapped files have real memory allocated for them. From the article, the debugger sees these exceptions before the application does. It creates a warning before a handler is able to catch the exception. Note that they must be getting handled or your application would crash.

I see them also in most of my applications and they are safe. I have written hundreds of applications and never seen these messages to be a problem.

Hope this helps...Smile | :)

Jonathan Craig
www.mcw-tech.com
GeneralRe: slightly puzzled... Pin
l a u r e n8-May-02 5:07
l a u r e n8-May-02 5:07 
GeneralWTL 7.0 COM Server Pin
7-May-02 23:40
suss7-May-02 23:40 
GeneralChange size of Dialog of CFormView Pin
sanskypotov7-May-02 23:31
sanskypotov7-May-02 23:31 
GeneralRe: Change size of Dialog of CFormView Pin
l a u r e n7-May-02 23:50
l a u r e n7-May-02 23:50 
GeneralRe: Change size of Dialog of CFormView Pin
sanskypotov8-May-02 0:01
sanskypotov8-May-02 0:01 
GeneralRe: Change size of Dialog of CFormView Pin
l a u r e n8-May-02 0:20
l a u r e n8-May-02 0:20 
GeneralRunning MFC program on Chinese Win NT Pin
Einar7-May-02 22:43
Einar7-May-02 22:43 
GeneralRe: Running MFC program on Chinese Win NT Pin
Maxwell Chen7-May-02 23:07
Maxwell Chen7-May-02 23:07 
GeneralRe: Running MFC program on Chinese Win NT Pin
l a u r e n7-May-02 23:45
l a u r e n7-May-02 23:45 
GeneralRe: Running MFC program on Chinese Win NT Pin
Navin8-May-02 4:55
Navin8-May-02 4:55 
GeneralHTML Help Collection Pin
7-May-02 22:27
suss7-May-02 22:27 
GeneralPlease help with selecting item in CListView Pin
Stas7-May-02 22:12
Stas7-May-02 22:12 
GeneralExcel-like print scaling feature(Please Help!) Pin
tak shichiku7-May-02 21:44
tak shichiku7-May-02 21:44 
GeneralRe: Excel-like print scaling feature(Please Help!) Pin
Jonathan Craig8-May-02 10:26
Jonathan Craig8-May-02 10:26 
QuestionHow to.... Pin
karanba7-May-02 21:26
karanba7-May-02 21:26 
AnswerRe: How to.... Pin
Christian Graus7-May-02 21:29
protectorChristian Graus7-May-02 21:29 
GeneralRe: How to.... Pin
karanba7-May-02 22:00
karanba7-May-02 22:00 

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.