vmr9.h
I'm trying to view a video in my game but get this error.
My friend tried the same code, but generated no error, my SDK is aug 2005 his SDK is dec 2004.
Please help
d:\-=Source=-\DirectX\CruS\When Angels Fall\Game.h(7) : fatal error C1083: Cannot open include file: 'vmr9.h': No such file or directory
[343 byte] By [
CruS] at [2008-3-1]
No, it means you need to download and install DirectShow from the platform SDK. The header by itself is useless, it probably includes other headers, and the headers themselves forward declare stuff the compiler will then need to find in the lib files which you would also need. So, instead of trying to hack it together, you should just bite the bullet and download the PSDK with DirectShow.
Ok..
So I downloaded: dx90_sdkextra_directshow.exe
did not include the right files.. wrong download?
can someone link me to this standard platform SDK where I can download anything microsoft removed from directx.
CruS wrote: |
Ok.. So I downloaded: dx90_sdkextra_directshow.exedid not include the right files.. wrong download? |
|
Wong download. That file is just sample files for an older version of the DirectX SDK that included DirectShow.
CruS wrote: |
| can someone link me to this standard platform SDK where I can download anything microsoft removed from directx. |
|
Try using your favourite search engine.