Click here to Skip to main content
15,885,880 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionrealtime recording of speech sound while analyze the recorded speech. Pin
mohahhh23-Jan-06 9:46
mohahhh23-Jan-06 9:46 
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 
Stephen Hewitt wrote:
Maybe another module called SetUnhandledExceptionFilter and replaced your handler but isn't calling yours


How do we detect that? How do find out the currently set unhandled exception filters, if any?


Stephen Hewitt wrote:
It is unusual for a DLL to call this API - Normally you'd do this kind of thing in the .EXE


Actually, it used to work earlier. Due to some changes this regressed. I only need tips to debug this.


Stephen Hewitt wrote:
You could place a breakpoint inside SetUnhandledExceptionFilter and check for this.


As I said I already have a message box as the first statement in SetUnhandledExceptionFilter filter, and that doesnt come up. So I am assuming my filter isnt called at all Frown | :-(

thanks!
GeneralRe: SetUnhandledExceptionFilter doesnt work Pin
Stephen Hewitt23-Jan-06 16:38
Stephen Hewitt23-Jan-06 16:38 
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 

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.