Click here to Skip to main content
15,900,589 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I downloaded LiveVideoDemo Project from code project and while compiling it show the following errors.After Including include directory from platform sdk 2003 it shows shows 48 error.So kindly help me to resolve it

CaptureVideo.cpp
e:\documents and settings\desktop\vc++ project\livevideo_demo\capturevideo.h(17) : fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory
LiveVideo.cpp
e:\documents and settings\desktop\vc++ project\livevideo_demo\capturevideo.h(17) : fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory
LiveVideoDlg.cpp
e:\documents and settings\desktop\vc++ project\livevideo_demo\capturevideo.h(17) : fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory
Generating Code...
Error executing cl.exe.

LiveVideo.exe - 3 error(s), 0 warning(s)
Posted

Have you installed directx sdk?
 
Share this answer
 
v2
The DirectX runtime and SDK are 2 different things. Have you installed the SDK?
 
Share this answer
 
I have installed DirectX, But Still this code is not working
 
Share this answer
 
i have downloaded platform sdk so i can't install it ???
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900