Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: compatibilty issue (VC5.0 and VC6.0) Pin
Henk Groenewoud16-Apr-02 2:14
Henk Groenewoud16-Apr-02 2:14 
GeneralRe: compatibilty issue (VC5.0 and VC6.0) Pin
Dominik Reichl16-Apr-02 2:14
Dominik Reichl16-Apr-02 2:14 
GeneralRe: compatibilty issue (VC5.0 and VC6.0) Pin
Drawil16-Apr-02 22:44
Drawil16-Apr-02 22:44 
GeneralRe: compatibilty issue (VC5.0 and VC6.0) Pin
Henk Groenewoud22-Apr-02 23:44
Henk Groenewoud22-Apr-02 23:44 
Questionhow to solute this problem! Pin
white jungle16-Apr-02 1:45
white jungle16-Apr-02 1:45 
AnswerRe: how to solute this problem! Pin
Christian Graus16-Apr-02 1:54
protectorChristian Graus16-Apr-02 1:54 
GeneralRe: how to solute this problem! Pin
white jungle16-Apr-02 4:04
white jungle16-Apr-02 4:04 
GeneralRe: how to solute this problem! Pin
jbarton16-Apr-02 5:47
jbarton16-Apr-02 5:47 
First, has the program crashed, or are you just seeing a First-chance exception in the output window?

When you are running a program in the debugger that throws exceptions, you will see a First-chance exception in the output window whenever the program throws an exception. This doesn't mean that anything is wrong. The debugger shows you this to tell you that an exception was thrown. The default action then is for the debugger to pass the exception on to the program. If the program has a catch handler for the exception, it then processes it and the program continues to run.

Some parts of the run-time library use exceptions as part of their normal execution. As long as the program is working properly, I wouldn't worry too much about it.

The debugger also allows you to change the default action for exceptions to stop when an exception occurs (rather than only stopping if the exception is not handled). This is available under the "Debug" menu, as the sub-menu choice "Exceptions...". I wouldn't normally change these settings.

Best regards,
John

GeneralRe: how to solute this problem! Pin
Christian Graus16-Apr-02 10:30
protectorChristian Graus16-Apr-02 10:30 
AnswerRe: how to solute this problem! Pin
Paul M Watt16-Apr-02 5:27
mentorPaul M Watt16-Apr-02 5:27 
GeneralLINK : warning LNK4089: all references to "MSVCIRT.dll" discarded by /OPT:REF Pin
youssef16-Apr-02 1:27
youssef16-Apr-02 1:27 
GeneralRe: LINK : warning LNK4089: all references to "MSVCIRT.dll" discarded by /OPT:REF Pin
Tim Smith16-Apr-02 2:17
Tim Smith16-Apr-02 2:17 
Generalfile properties Pin
16-Apr-02 0:43
suss16-Apr-02 0:43 
GeneralRe: file properties Pin
Christian Graus16-Apr-02 1:57
protectorChristian Graus16-Apr-02 1:57 
GeneralRe: file properties Pin
16-Apr-02 3:23
suss16-Apr-02 3:23 
GeneralRe: file properties Pin
Christian Graus16-Apr-02 10:27
protectorChristian Graus16-Apr-02 10:27 
Questionhow to write an eraser for layers Pin
rainfallc16-Apr-02 0:36
rainfallc16-Apr-02 0:36 
AnswerRe: how to write an eraser for layers Pin
Christian Graus16-Apr-02 2:01
protectorChristian Graus16-Apr-02 2:01 
GeneralRe: how to write an eraser for layers Pin
rainfallc16-Apr-02 4:23
rainfallc16-Apr-02 4:23 
GeneralRe: how to write an eraser for layers Pin
Christian Graus16-Apr-02 10:47
protectorChristian Graus16-Apr-02 10:47 
GeneralRe: how to write an eraser for layers Pin
rainfallc16-Apr-02 15:39
rainfallc16-Apr-02 15:39 
GeneralRe: how to write an eraser for layers Pin
Christian Graus16-Apr-02 16:55
protectorChristian Graus16-Apr-02 16:55 
GeneralRe: how to write an eraser for layers Pin
rainfallc16-Apr-02 18:28
rainfallc16-Apr-02 18:28 
GeneralRe: how to write an eraser for layers Pin
Christian Graus16-Apr-02 19:03
protectorChristian Graus16-Apr-02 19:03 
GeneralRe: how to write an eraser for layers Pin
rainfallc16-Apr-02 19:52
rainfallc16-Apr-02 19:52 

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.