Results 1 to 8 of 8

Thread: Phonon error with dshow.h

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Phonon error with dshow.h

    Ohh yea, it was DirectShow problem. I installed the DirectShow from Platform SDK, and now Phonon is installed
    Thx for looking to the prob

  2. #2
    Join Date
    Feb 2006
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Phonon error with dshow.h

    huh? The platform SDK comes with MSdevstudio so if you have msvc2005 you don't need to install platform sdk.

    dshow.h has nothing to do with platformsdk, or directx. it's a mingw file. and if you're trying to build qt on msvc then why should it be looking for dshow.h?


    Quote Originally Posted by aamer4yu View Post
    Ohh yea, it was DirectShow problem. I installed the DirectShow from Platform SDK, and now Phonon is installed
    Thx for looking to the prob

  3. #3
    Join Date
    Feb 2006
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Phonon error with dshow.h

    I found this link which fixed me up for Phonon on XP/MSVC2005.

  4. #4
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Phonon error with dshow.h

    The platform SDK comes with MSdevstudio so if you have msvc2005 you don't need to install platform sdk.
    I dont think so. dshow.h is a directX (directshow) file. Googling a little I found DirectShow part was moved to PLatform SDK instead of the directX SDK. Hence I was getting that error. When I installed platform sdk, I cud install phonon.

    The link you gave too requires platform SDK. And also I didnt install whole platform SDK(since its heavy), just the DirectShow part.

    Getting the solution is good, but understanding the problem is even better

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.