Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAre there some tools to delete redundant resource in MFC project? Pin
Falconapollo5-Mar-13 19:55
Falconapollo5-Mar-13 19:55 
AnswerRe: Are there some tools to delete redundant resource in MFC project? Pin
Richard MacCutchan5-Mar-13 22:26
mveRichard MacCutchan5-Mar-13 22:26 
GeneralRe: Are there some tools to delete redundant resource in MFC project? Pin
Vaclav_8-Mar-13 4:20
Vaclav_8-Mar-13 4:20 
GeneralRe: Are there some tools to delete redundant resource in MFC project? Pin
Richard MacCutchan8-Mar-13 5:59
mveRichard MacCutchan8-Mar-13 5:59 
QuestionRe: Are there some tools to delete redundant resource in MFC project? Pin
David Crow8-Mar-13 4:31
David Crow8-Mar-13 4:31 
QuestionHow to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish5-Mar-13 10:48
Kiran Satish5-Mar-13 10:48 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
«_Superman_»5-Mar-13 16:36
professional«_Superman_»5-Mar-13 16:36 
GeneralRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish5-Mar-13 17:19
Kiran Satish5-Mar-13 17:19 
I am using SND_ASYNC mainly to achieve that. But it still interrupts other threads. I am playing it in a separate thread that runs parallel to other threads and runs upon receiving an event or else waits indefinitely for the event to occur.

I can tell that playing a sound effects other threads by looking at the frame that I grab continuously from a framegrabber, where I miss a part of the frame whenever I play the sound.

All my threads run parallel and all the threads wait for a certain event to occur. I start all the threads when I run the application, but keep them waiting for certain events to occur. While couple of threads run most of the time, some threads only run when they receive certain event.

thanks
PKNT

QuestionRe: How to play a sound without interrupting other threads with in an MFC application? Pin
David Crow6-Mar-13 3:08
David Crow6-Mar-13 3:08 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish6-Mar-13 10:15
Kiran Satish6-Mar-13 10:15 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Michael Haephrati7-Mar-13 11:42
professionalMichael Haephrati7-Mar-13 11:42 
QuestionHow to use the DirectX DDraw to display YUV data? Pin
yu-jian5-Mar-13 1:57
yu-jian5-Mar-13 1:57 
Questionscroll Bar in MFC Pin
mumy dady4-Mar-13 22:40
mumy dady4-Mar-13 22:40 
AnswerRe: scroll Bar in MFC Pin
Richard MacCutchan4-Mar-13 23:13
mveRichard MacCutchan4-Mar-13 23:13 
QuestionASP.NET Pin
Varadha Raj4-Mar-13 19:57
Varadha Raj4-Mar-13 19:57 
AnswerRe: ASP.NET Pin
Richard MacCutchan4-Mar-13 23:11
mveRichard MacCutchan4-Mar-13 23:11 
GeneralRe: ASP.NET Pin
Varadha Raj5-Mar-13 0:09
Varadha Raj5-Mar-13 0:09 
GeneralRe: ASP.NET Pin
Richard MacCutchan5-Mar-13 0:30
mveRichard MacCutchan5-Mar-13 0:30 
QuestionCCriticalSection Multi-entry problem Pin
yu-jian4-Mar-13 19:34
yu-jian4-Mar-13 19:34 
QuestionReading AVI file. Pin
ashwath19794-Mar-13 19:04
ashwath19794-Mar-13 19:04 
QuestionCFileDialog Problem breakpoint int 3 Pin
ForNow4-Mar-13 8:14
ForNow4-Mar-13 8:14 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin4-Mar-13 17:31
professionalAlbert Holguin4-Mar-13 17:31 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 2:09
ForNow5-Mar-13 2:09 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin5-Mar-13 10:00
professionalAlbert Holguin5-Mar-13 10:00 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 10:15
ForNow5-Mar-13 10:15 

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.