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




Answer this question

vmr9.h

  • Acolin

    You can download the Microsoft Platform SDK (R2) and choose custom install and select only DirectShow components.
  • webmaven

    If vmr9.h is part of directshow, directshow was moved to the platform SDK, I think after the Feb2005 DX SDK.


  • pamskate5

    Hi,

    I have the same problem, can you help me

    Regards,

    Rodrigo


  • Vi Truong

     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.

  • Kaustubh194874

    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.

  • hamedghasemi

    which means I have to download that file and put it into include folder

  • Mal409

    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

  • Praveen Chintala

    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.

  • Chanduu

    actually, after exstracting the files.. there is no installer.
    only two folders:

    VB Samples
    DVDBoilerplate

    ..doh

  • vmr9.h