worrisome exception
-
My app works fine as far as I know. But I just noticed that when I am in debug mode with breakpoints and it loads up until the UI appears, the output window says "First Chance Exception" in two places. Yet the app does fine (as far as I know I hasten to add). Do I need to worry and if so, how do I fix this problem? Appreciate your help, ns
-
My app works fine as far as I know. But I just noticed that when I am in debug mode with breakpoints and it loads up until the UI appears, the output window says "First Chance Exception" in two places. Yet the app does fine (as far as I know I hasten to add). Do I need to worry and if so, how do I fix this problem? Appreciate your help, ns
Hi, first chance exceptions are generally c++ exceptions like possibly in MFC, you can safely ignore them.
-
My app works fine as far as I know. But I just noticed that when I am in debug mode with breakpoints and it loads up until the UI appears, the output window says "First Chance Exception" in two places. Yet the app does fine (as far as I know I hasten to add). Do I need to worry and if so, how do I fix this problem? Appreciate your help, ns
Don't worry about 'first chance exceptions.' For more info, see KB article Q105675. Tomasz Sowinski -- http://www.shooltz.com
*** Purgamentum init, exit purgamentum ***
-
Hi, first chance exceptions are generally c++ exceptions like possibly in MFC, you can safely ignore them.