Missing file when compiling directshow filters (1 Viewer)

iosub

Portal Pro
April 26, 2006
573
30
San Sebastian
Here are the binaries based on svn 22029 : mpc-hc_subs_bin _based on SVN 22029.rar - 2.33MB

The binaries were compiled with Visual Studio 2008 so if you have issues with video playback please install "Visual C++ 2008 Redistributable Package" from here: Download details: Visual C++ 2008 SP1 Redistributable Package (x86)
Download details: Visual C++ 2008 Redistributable Package (x86)

Remember if you have issues with this SVN and you are using the MPC subtitle engine please post them only in this thread because the new engine is not supported by team mediaportal yet.THX

Hi,,

What DX version are you using? Nov2008 or Nov2007??

Thanks
 

Pretoriano

Retired Team Member
  • Premium Supporter
  • October 1, 2007
    526
    133
    Roma, Italia
    Home Country
    Romania Romania
    Here are the binaries based on svn 22029 : mpc-hc_subs_bin _based on SVN 22029.rar - 2.33MB

    The binaries were compiled with Visual Studio 2008 so if you have issues with video playback please install "Visual C++ 2008 Redistributable Package" from here: Download details: Visual C++ 2008 SP1 Redistributable Package (x86)
    Download details: Visual C++ 2008 Redistributable Package (x86)

    Remember if you have issues with this SVN and you are using the MPC subtitle engine please post them only in this thread because the new engine is not supported by team mediaportal yet.THX

    Hi,,

    What DX version are you using? Nov2008 or Nov2007??

    Thanks

    Hi,i'm using directx Nov 2008...
     

    iosub

    Portal Pro
    April 26, 2006
    573
    30
    San Sebastian
    Here are the binaries based on svn 22029 : mpc-hc_subs_bin _based on SVN 22029.rar - 2.33MB

    The binaries were compiled with Visual Studio 2008 so if you have issues with video playback please install "Visual C++ 2008 Redistributable Package" from here: Download details: Visual C++ 2008 SP1 Redistributable Package (x86)
    Download details: Visual C++ 2008 Redistributable Package (x86)

    Remember if you have issues with this SVN and you are using the MPC subtitle engine please post them only in this thread because the new engine is not supported by team mediaportal yet.THX

    Hi,,

    What DX version are you using? Nov2008 or Nov2007??

    Thanks

    Hi,i'm using directx Nov 2008...

    File dxtrans.h is missing on 2008 build, what did you do? Remove the references on
    "qedit.h"
    > //#include "dxtrans.h" -- Line 498

    > IDxtCompositor //: public IDXEffect -- Line 837

    > IDxtAlphaSetter //: public IDXEffect -- Line 1151

    > IDxtJpeg //: public IDXEffect -- Line 1345

    > IDxtKey //: public IDXEffect -- Line 1735

    or just copy the dxtrans.h from old Dx Sdk?

    Thanks For your help
     

    Pretoriano

    Retired Team Member
  • Premium Supporter
  • October 1, 2007
    526
    133
    Roma, Italia
    Home Country
    Romania Romania
    Hi,,

    What DX version are you using? Nov2008 or Nov2007??

    Thanks

    Hi,i'm using directx Nov 2008...

    File dxtrans.h is missing on 2008 build, what did you do? Remove the references on
    "qedit.h"
    > //#include "dxtrans.h" -- Line 498

    > IDxtCompositor //: public IDXEffect -- Line 837

    > IDxtAlphaSetter //: public IDXEffect -- Line 1151

    > IDxtJpeg //: public IDXEffect -- Line 1345

    > IDxtKey //: public IDXEffect -- Line 1735

    or just copy the dxtrans.h from old Dx Sdk?

    Thanks For your help

    Hehe,i was almost sure u have problems compiling directshow filters...i installed DX sdk august 2007 and copy all the needed files from there.And mybe i'm wrong but u will need more than one file.
     

    iosub

    Portal Pro
    April 26, 2006
    573
    30
    San Sebastian
    Hi,i'm using directx Nov 2008...

    File dxtrans.h is missing on 2008 build, what did you do? Remove the references on
    "qedit.h"
    > //#include "dxtrans.h" -- Line 498

    > IDxtCompositor //: public IDXEffect -- Line 837

    > IDxtAlphaSetter //: public IDXEffect -- Line 1151

    > IDxtJpeg //: public IDXEffect -- Line 1345

    > IDxtKey //: public IDXEffect -- Line 1735

    or just copy the dxtrans.h from old Dx Sdk?

    Thanks For your help

    Hehe,i was almost sure u have problems compiling directshow filters...i installed DX sdk august 2007 and copy all the needed files from there.And mybe i'm wrong but u will need more than one file.

    ok... I was thinking that... I have already found a article about it :)

    Thanks!
     

    Users who are viewing this thread

    Top Bottom