Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Output of Simple C Program ? Pin
Andy Rama5-May-06 23:49
Andy Rama5-May-06 23:49 
AnswerRe: Output of Simple C Program ? Pin
Hamid_RT6-May-06 0:38
Hamid_RT6-May-06 0:38 
GeneralRe: Output of Simple C Program ? Pin
Andy Rama6-May-06 18:26
Andy Rama6-May-06 18:26 
GeneralRe: Output of Simple C Program ? Pin
Phil C6-May-06 20:33
Phil C6-May-06 20:33 
AnswerRe: Output of Simple C Program ? Pin
ludao5186-May-06 1:53
ludao5186-May-06 1:53 
QuestionApplying xslt (to xml) from c++ Pin
mohanrajh5-May-06 21:30
mohanrajh5-May-06 21:30 
AnswerRe: Applying xslt (to xml) from c++ Pin
Stephen Hewitt5-May-06 23:23
Stephen Hewitt5-May-06 23:23 
QuestionHow to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Andy Rama5-May-06 21:12
Andy Rama5-May-06 21:12 
Hi all,
I am tring to get the incoming PIDs & their details using FilterGraph.But I have some problems regarding IMpeg2Data & IMpeg2PsiParser.

1)I added following statements in my code =>
IMpeg2Data *pMPEG = NULL;
hr = pMPEG2Demux->QueryInterface(IID_IMpeg2Data,(void**)&pMPEG);

it is giving me Error as follows =>
Linking...
aDlg.obj : error LNK2001: unresolved external symbol _IID_IMpeg2Data
Debug/a.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Creating browse info file...

What should i do? Is there any library missing. I have added libraries "Strmiids.lib Quartz.lib Dmoguids.lib" & also i have included 'mpeg2data' header file.

2)When i tried to add following statement =>
IMpeg2PsiParser* pMpeg2Psi;

it is giving Error as =>
error C2065: 'IMpeg2PsiParser' : undeclared identifier

Please Help me. Thanks in advance.

Aniket
AnswerRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Nibu babu thomas5-May-06 21:16
Nibu babu thomas5-May-06 21:16 
AnswerRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Justin Tay5-May-06 21:21
Justin Tay5-May-06 21:21 
GeneralRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Andy Rama5-May-06 21:53
Andy Rama5-May-06 21:53 
QuestionI can run my app, but no one else can ;(... why? Pin
chasetoys5-May-06 18:58
chasetoys5-May-06 18:58 
QuestionRe: I can run my app, but no one else can ;(... why? Pin
Maxwell Chen5-May-06 19:16
Maxwell Chen5-May-06 19:16 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
chasetoys5-May-06 19:44
chasetoys5-May-06 19:44 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
Maxwell Chen5-May-06 19:54
Maxwell Chen5-May-06 19:54 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
Hamid_RT5-May-06 19:30
Hamid_RT5-May-06 19:30 
QuestionVC++ Pin
narkhi5-May-06 18:55
narkhi5-May-06 18:55 
QuestionRe: VC++ Pin
Maxwell Chen5-May-06 19:14
Maxwell Chen5-May-06 19:14 
AnswerRe: VC++ Pin
Hamid_RT5-May-06 19:26
Hamid_RT5-May-06 19:26 
Questionhow can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
yingkou5-May-06 18:47
yingkou5-May-06 18:47 
AnswerRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
Hamid_RT5-May-06 20:23
Hamid_RT5-May-06 20:23 
GeneralRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
yingkou5-May-06 23:01
yingkou5-May-06 23:01 
GeneralRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
Hamid_RT6-May-06 0:25
Hamid_RT6-May-06 0:25 
QuestionMigration to C++.NET Pin
ahmed_adel_farid5-May-06 18:28
ahmed_adel_farid5-May-06 18:28 
AnswerRe: Migration to C++.NET Pin
Stephen Hewitt5-May-06 18:33
Stephen Hewitt5-May-06 18:33 

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.