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

C / C++ / MFC

 
GeneralRe: updateresource question Pin
Blake Miller5-Jun-00 4:40
Blake Miller5-Jun-00 4:40 
Generalc++ Pin
Jeff Szielenski30-May-00 10:02
Jeff Szielenski30-May-00 10:02 
GeneralRe: c++ Pin
Brigg Thorp1-Jun-00 1:51
Brigg Thorp1-Jun-00 1:51 
GeneralRe: c++ Pin
Member 14741-Jun-00 9:31
Member 14741-Jun-00 9:31 
GeneralRe: c++ Pin
Brigg Thorp2-Jun-00 1:19
Brigg Thorp2-Jun-00 1:19 
GeneralRe: c++ Pin
Member 7505-Jun-00 18:12
Member 7505-Jun-00 18:12 
GeneralFirst-chance exception Pin
nickinchina30-May-00 9:56
nickinchina30-May-00 9:56 
GeneralRe: First-chance exception Pin
Tim Deveaux30-May-00 13:04
Tim Deveaux30-May-00 13:04 
Your program will probably run ok, but if you're lucky you might be able to eliminate the exception.

While running in debug mode, select the Debug | Exceptions menu. In the Exceptions dialog, scroll to the bottom and select the Microsoft C++ exception entry, and change the action to stop always.

The next time the exception occurs, you will interrupt the program. Since this one comes from the kernel, you probably won't be able to see anything more than an asm dump, but if there is a reasonable call stack available you might be able to track down a likely cause.

Alternatively, you might be able to break and step through the code you can see until you trip it.

These can be mysterioius and hard to find though, especially in GDI or kernel code. But worth a look - very nice to be able to get rid of output window clutter!

GeneralRe: First-chance exception Pin
Arvind2330-May-00 13:53
Arvind2330-May-00 13:53 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:58
Adam Clauss30-May-00 5:58 
GeneralRe: Access Violation Pin
Paolo Messina30-May-00 7:54
professionalPaolo Messina30-May-00 7:54 
GeneralRe: Access Violation Pin
Adam Clauss30-May-00 9:11
Adam Clauss30-May-00 9:11 
GeneralRe: Access Violation Pin
Paolo Messina30-May-00 10:35
professionalPaolo Messina30-May-00 10:35 
GeneralRe: Access Violation Pin
Adam Clauss30-May-00 13:18
Adam Clauss30-May-00 13:18 
GeneralRe: Access Violation Pin
Paolo Messina31-May-00 5:09
professionalPaolo Messina31-May-00 5:09 
GeneralRe: Access Violation Pin
Peter Zajac31-May-00 4:38
Peter Zajac31-May-00 4:38 
GeneralRe: Access Violation Pin
Adam Clauss31-May-00 5:20
Adam Clauss31-May-00 5:20 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:56
Adam Clauss30-May-00 5:56 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:55
Adam Clauss30-May-00 5:55 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:52
Adam Clauss30-May-00 5:52 
QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:58
Martin Hellspong30-May-00 4:58 
QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:57
Martin Hellspong30-May-00 4:57 
GeneralSTL Pin
Member 432129-May-00 18:45
Member 432129-May-00 18:45 
GeneralRe: STL Pin
Uwe Keim29-May-00 20:54
sitebuilderUwe Keim29-May-00 20:54 
GeneralRe: STL Pin
Member 432130-May-00 6:41
Member 432130-May-00 6:41 

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.