Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 15:04
Mark Salsbery26-Dec-06 15:04 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 15:37
godspeed12326-Dec-06 15:37 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 16:16
Mark Salsbery26-Dec-06 16:16 
GeneralRe: Directshow question Pin
Astricks26-Dec-06 17:13
Astricks26-Dec-06 17:13 
GeneralRe: Directshow question Pin
godspeed12327-Dec-06 16:25
godspeed12327-Dec-06 16:25 
GeneralRe: Directshow question [modified] Pin
godspeed12327-Dec-06 16:45
godspeed12327-Dec-06 16:45 
GeneralRe: Directshow question Pin
Mark Salsbery28-Dec-06 5:35
Mark Salsbery28-Dec-06 5:35 
GeneralRe: Directshow question Pin
godspeed12328-Dec-06 14:13
godspeed12328-Dec-06 14:13 
Hi,

Thanks for the response. I added the #include <initguid.h> and it compiled, but when I run the program and I have written

hr = CoCreateInstance(CLSID_PushSourceDesktop, NULL, CLSCTX_INPROC_SERVER,
IID_IBaseFilter, reinterpret_cast<void**>(&pMyFilter));
hr = pGraph->AddFilter(pMyFilter, L"PushSource Desktop Filter");

The program crashes with an error Module MemorySource.ax, 2 objects left active!
At line 316 of dllentry.cpp

And then the program aborts.

Does anyone know why this is happening
GeneralRe: Directshow question Pin
godspeed12328-Dec-06 16:12
godspeed12328-Dec-06 16:12 
GeneralRe: Directshow question Pin
Mark Salsbery30-Dec-06 12:09
Mark Salsbery30-Dec-06 12:09 
GeneralRe: Directshow question Pin
Mark Salsbery30-Dec-06 7:54
Mark Salsbery30-Dec-06 7:54 
GeneralRe: Directshow question Pin
godspeed12330-Dec-06 9:58
godspeed12330-Dec-06 9:58 
QuestionProblem in saving Files and Folders Pin
vijay_aroli26-Dec-06 5:52
vijay_aroli26-Dec-06 5:52 
AnswerRe: Problem in saving Files and Folders Pin
Mark Salsbery26-Dec-06 7:00
Mark Salsbery26-Dec-06 7:00 
GeneralRe: Problem in saving Files and Folders Pin
vijay_aroli26-Dec-06 8:26
vijay_aroli26-Dec-06 8:26 
GeneralRe: Problem in saving Files and Folders Pin
Mark Salsbery26-Dec-06 8:43
Mark Salsbery26-Dec-06 8:43 
GeneralRe: Problem in saving Files and Folders Pin
vijay_aroli26-Dec-06 9:11
vijay_aroli26-Dec-06 9:11 
GeneralRe: Problem in saving Files and Folders Pin
Mark Salsbery26-Dec-06 11:27
Mark Salsbery26-Dec-06 11:27 
QuestionConvert char array into CString Pin
Johpoke26-Dec-06 5:08
Johpoke26-Dec-06 5:08 
AnswerRe: Convert char array into CString Pin
Mark Salsbery26-Dec-06 5:36
Mark Salsbery26-Dec-06 5:36 
AnswerRe: Convert char array into CString Pin
Johpoke26-Dec-06 6:30
Johpoke26-Dec-06 6:30 
GeneralRe: Convert char array into CString Pin
Mark Salsbery26-Dec-06 6:36
Mark Salsbery26-Dec-06 6:36 
GeneralRe: Convert char array into CString Pin
Johpoke26-Dec-06 6:39
Johpoke26-Dec-06 6:39 
GeneralRe: Convert char array into CString Pin
Mark Salsbery26-Dec-06 6:56
Mark Salsbery26-Dec-06 6:56 
GeneralRe: Convert char array into CString Pin
prasad_som26-Dec-06 18:25
prasad_som26-Dec-06 18:25 

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.