Click here to Skip to main content
15,894,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe : Displaying the icons only for subitems in the CListCtrl. Pin
Gokul_md23-Aug-09 19:08
Gokul_md23-Aug-09 19:08 
AnswerRe: Re : Displaying the icons only for subitems in the CListCtrl. Pin
«_Superman_»23-Aug-09 19:50
professional«_Superman_»23-Aug-09 19:50 
QuestionPosting messages while using multiple threads Pin
PaulowniaK23-Aug-09 16:10
PaulowniaK23-Aug-09 16:10 
AnswerRe: Posting messages while using multiple threads Pin
«_Superman_»23-Aug-09 18:34
professional«_Superman_»23-Aug-09 18:34 
GeneralRe: Posting messages while using multiple threads Pin
PaulowniaK23-Aug-09 19:38
PaulowniaK23-Aug-09 19:38 
GeneralRe: Posting messages while using multiple threads Pin
«_Superman_»23-Aug-09 19:43
professional«_Superman_»23-Aug-09 19:43 
GeneralRe: Posting messages while using multiple threads Pin
PaulowniaK24-Aug-09 18:54
PaulowniaK24-Aug-09 18:54 
QuestionConnecting (DirectShow) filter pins causes application to quit. Pin
Code-o-mat23-Aug-09 8:03
Code-o-mat23-Aug-09 8:03 
Hello folks!

I am trying to build a filter graph which includes a sample grabber filter. I add the sample grabber filter (and configure it to take video input) and the null renderer filter to the graph, then i add a source filter using IGraphBuilder::AddSourceFilter[^] for a certain video file. After this i query the source filter for its output pin and the sample grabber for its input pin and once i got these, i tell the grapbh builder to connect them. At this point my program quits. There is no error code returned, no exception thrown, nothing usefull in the debug output window, no nothing, the process simply stops without a word (at least nothing i can see). I checked around the net and looked at a few examples and basicly this aproach seems to be ok, others build the sample-grabber graphs the same way. Then i tried to recreate these steps using GraphEdit, i added the source filter for the same file, i added the sample grabber filter and tried to connect the two and the result was the very same (as much as one can tell by looking at it), GraphEdit quits without saying anything. Since graphedit behaves exactly like this too i guess the error doesn't seem to be in my code but then where? Does anyone have any idea what might cause this or where i should check to see the problem? Am using VS2003 and VC++.

Thanks for any help in advance...

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

AnswerRe: Connecting (DirectShow) filter pins causes application to quit. Pin
zhu_lin23-Aug-09 20:59
zhu_lin23-Aug-09 20:59 
GeneralRe: Connecting (DirectShow) filter pins causes application to quit. Pin
Code-o-mat24-Aug-09 9:42
Code-o-mat24-Aug-09 9:42 
GeneralRe: Connecting (DirectShow) filter pins causes application to quit. Pin
zhu_lin24-Aug-09 15:14
zhu_lin24-Aug-09 15:14 
QuestionHWND of a control. [modified] Pin
FISH78623-Aug-09 3:30
FISH78623-Aug-09 3:30 
AnswerRe: HWND of a control. Pin
PJ Arends23-Aug-09 6:01
professionalPJ Arends23-Aug-09 6:01 
GeneralRe: HWND of a control. Pin
FISH78623-Aug-09 17:05
FISH78623-Aug-09 17:05 
QuestionHow to detect illegal memory consuming? Pin
Behzad Ebrahimi22-Aug-09 22:19
Behzad Ebrahimi22-Aug-09 22:19 
AnswerRe: How to detect illegal memory consuming? Pin
Chris Losinger23-Aug-09 16:13
professionalChris Losinger23-Aug-09 16:13 
GeneralRe: How to detect illegal memory consuming? Pin
Behzad Ebrahimi23-Aug-09 18:48
Behzad Ebrahimi23-Aug-09 18:48 
AnswerRe: How to detect illegal memory consuming? Pin
zhu_lin23-Aug-09 21:04
zhu_lin23-Aug-09 21:04 
GeneralRe: How to detect illegal memory consuming? Pin
Behzad Ebrahimi23-Aug-09 21:54
Behzad Ebrahimi23-Aug-09 21:54 
AnswerRe: How to detect illegal memory consuming? Pin
Roger Stoltz23-Aug-09 22:10
Roger Stoltz23-Aug-09 22:10 
AnswerRe: How to detect illegal memory consuming? Pin
Behzad Ebrahimi25-Aug-09 20:24
Behzad Ebrahimi25-Aug-09 20:24 
Questioninsert bitmap on SDI Pin
Amin.Abdi22-Aug-09 21:15
Amin.Abdi22-Aug-09 21:15 
AnswerRe: insert bitmap on SDI Pin
Hamid_RT22-Aug-09 22:18
Hamid_RT22-Aug-09 22:18 
GeneralRe: insert bitmap on SDI Pin
Amin.Abdi22-Aug-09 22:39
Amin.Abdi22-Aug-09 22:39 
GeneralRe: insert bitmap on SDI Pin
Iain Clarke, Warrior Programmer23-Aug-09 4:23
Iain Clarke, Warrior Programmer23-Aug-09 4:23 

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.