Click here to Skip to main content
15,917,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DirectShow + COM + IGraphBuilder = Confused! Pin
Andrew Walker31-Aug-04 0:34
Andrew Walker31-Aug-04 0:34 
GeneralPrint to file Pin
r i s h a b h s30-Aug-04 22:08
r i s h a b h s30-Aug-04 22:08 
GeneralLinking files from subprojects Pin
jrichardson8530-Aug-04 22:07
jrichardson8530-Aug-04 22:07 
QuestionHow to find the exe name? Pin
baskarchinnu30-Aug-04 21:34
baskarchinnu30-Aug-04 21:34 
AnswerRe: How to find the exe name? Pin
4apai30-Aug-04 23:02
4apai30-Aug-04 23:02 
AnswerRe: How to find the exe name? Pin
Archer28231-Aug-04 17:09
Archer28231-Aug-04 17:09 
GeneralAnother Release Bugs... Pin
DjChris1430-Aug-04 21:03
DjChris1430-Aug-04 21:03 
GeneralRe: Another Release Bugs... Pin
Graham Bradshaw30-Aug-04 23:26
Graham Bradshaw30-Aug-04 23:26 
My guess would be that the pCmd.CreateInstance(__uuidof(Command)); is failing, and so your (smart) pointer is NULL when you dereference it on the next line. This will not give a COM exception, but probably an access violation (0xC0000005), which is not being caught.

I would suggest testing pCmd after the CreateInstance, and also adding in a catch(...) block, and see what exception (if any) is caught there.
GeneralRe: Another Release Bugs... Pin
DjChris1431-Aug-04 19:30
DjChris1431-Aug-04 19:30 
Generalprogramming source code in creating specific packet over ethernet Pin
jychin30-Aug-04 20:54
jychin30-Aug-04 20:54 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Henry miller31-Aug-04 4:15
Henry miller31-Aug-04 4:15 
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin31-Aug-04 19:16
jychin31-Aug-04 19:16 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Anonymous5-Oct-04 14:30
Anonymous5-Oct-04 14:30 
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin6-Oct-04 16:55
jychin6-Oct-04 16:55 
QuestionHow to get the Size of Requests with ISAPI Pin
raed30-Aug-04 20:50
raed30-Aug-04 20:50 
AnswerRe: How to get the Size of Requests with ISAPI Pin
xiaolonghong12317-Jan-09 20:54
xiaolonghong12317-Jan-09 20:54 
GeneralCString in Vc++ 7.1 linking problems Pin
Zaber30-Aug-04 20:46
Zaber30-Aug-04 20:46 
GeneralVC6 Help Pin
swarup30-Aug-04 20:31
swarup30-Aug-04 20:31 
GeneralMultiple Modal dialogs Pin
el_scrub30-Aug-04 20:01
el_scrub30-Aug-04 20:01 
GeneralRe: Multiple Modal dialogs Pin
David Crow31-Aug-04 3:46
David Crow31-Aug-04 3:46 
GeneralRe: Multiple Modal dialogs Pin
el_scrub31-Aug-04 14:24
el_scrub31-Aug-04 14:24 
GeneralRe: Multiple Modal dialogs Pin
David Crow1-Sep-04 4:10
David Crow1-Sep-04 4:10 
GeneralRe: Multiple Modal dialogs Pin
el_scrub1-Sep-04 13:32
el_scrub1-Sep-04 13:32 
Question"Injects into explorer.exe and exits the parent" means...? Pin
Archer28230-Aug-04 16:16
Archer28230-Aug-04 16:16 
AnswerRe: "Injects into explorer.exe and exits the parent" means...? Pin
jmkhael31-Aug-04 2:35
jmkhael31-Aug-04 2:35 

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.