Click here to Skip to main content
15,884,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: realtime recording of speech sound while analyze the recorded speech. Pin
Maximilien23-Jan-06 10:03
Maximilien23-Jan-06 10:03 
QuestionMRU Sub Menu Pin
manosza23-Jan-06 7:50
manosza23-Jan-06 7:50 
QuestionSetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 6:50
Chintoo72323-Jan-06 6:50 
AnswerRe: SetUnhandledExceptionFilter doesnt work Pin
__yb23-Jan-06 10:48
__yb23-Jan-06 10:48 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 15:50
Chintoo72323-Jan-06 15:50 
AnswerRe: SetUnhandledExceptionFilter doesnt work Pin
Stephen Hewitt23-Jan-06 12:07
Stephen Hewitt23-Jan-06 12:07 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Chintoo72323-Jan-06 16:30
Chintoo72323-Jan-06 16:30 
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Stephen Hewitt23-Jan-06 16:38
Stephen Hewitt23-Jan-06 16:38 
Brundiez wrote:
How do we detect that? How do find out the currently set unhandled exception filters, if any?


I would use WinDBG as follows:
1. Start the process in question.
2. Type "bp kernel32!SetUnhandledExceptionFilter" in the command window.
3. Press F5.
4. When the breakpoint is hit look at the stack.
5. Goto step 3

This will show every call to SetUnhandledExceptionFilter made in the process. I would only pay attention to breakpoints that occur after your call to SetUnhandledExceptionFilter.


Steve
QuestionSelection is gray in a CListCtrl Pin
RoyceF23-Jan-06 6:47
RoyceF23-Jan-06 6:47 
QuestionRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 7:46
David Crow23-Jan-06 7:46 
AnswerRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 7:55
RoyceF23-Jan-06 7:55 
GeneralRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 8:10
David Crow23-Jan-06 8:10 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:25
RoyceF23-Jan-06 8:25 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:27
RoyceF23-Jan-06 8:27 
QuestionRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 10:30
David Crow23-Jan-06 10:30 
AnswerRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:43
RoyceF23-Jan-06 10:43 
GeneralRe: Selection is gray in a CListCtrl Pin
David Crow23-Jan-06 10:45
David Crow23-Jan-06 10:45 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 11:18
RoyceF23-Jan-06 11:18 
AnswerRe: Selection is gray in a CListCtrl Pin
domehead23-Jan-06 8:02
domehead23-Jan-06 8:02 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 8:03
RoyceF23-Jan-06 8:03 
GeneralRe: Selection is gray in a CListCtrl Pin
domehead23-Jan-06 8:53
domehead23-Jan-06 8:53 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 9:24
RoyceF23-Jan-06 9:24 
GeneralRe: Selection is gray in a CListCtrl Pin
Joel Lucsy23-Jan-06 10:21
Joel Lucsy23-Jan-06 10:21 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:22
RoyceF23-Jan-06 10:22 
GeneralRe: Selection is gray in a CListCtrl Pin
RoyceF23-Jan-06 10:26
RoyceF23-Jan-06 10:26 

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.