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

[342 byte] By [CruS] at [2007-12-23]
# 1
If vmr9.h is part of directshow, directshow was moved to the platform SDK, I think after the Feb2005 DX SDK.
cgraus at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 2
which means I have to download that file? and put it into include folder?
CruS at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 3
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.
cgraus at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 4
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 at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 5
Well, that sure looks like it should include directshow. Do you need to pass a switch to the installer for it to install directshow as well ?
cgraus at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 6
actually, after exstracting the files.. there is no installer.
only two folders:

VB Samples
DVDBoilerplate

..doh

CruS at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 7
CruS wrote:
Ok..
So I downloaded: dx90_sdkextra_directshow.exe

did 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.
RossRidge at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 8

Hi,

I have the same problem, can you help me ?

Regards,

Rodrigo

Rodrigo13828 at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 9
You can download the Microsoft Platform SDK (R2) and choose custom install and select only DirectShow components.
bdorman at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...