Results 1 to 2 of 2

Thread: [SOLVED] QT/DirectShow -> Fails To Compile...

  1. #1
    Join Date
    Apr 2006
    Location
    Minsk, Belarus
    Posts
    23
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Default [SOLVED] QT/DirectShow -> Fails To Compile...

    I need to do some video playback in my app - and this
    topic here seems to have enough information on how to make it all work together.

    The problem I ran into is that as soon as I include DirectShow <streams.h>, compiler swarms me with errors. Most likely, that means that something's wrong with my project setup. Can someone help me out with setting up Qt and DirectShow together (maybe a sample project or a reference article?).

    P.S. - I'm using MSVS2005.
    Last edited by Lemming; 23rd December 2006 at 08:24. Reason: updated contents

  2. #2
    Join Date
    Apr 2006
    Location
    Minsk, Belarus
    Posts
    23
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Default Re: [SOLVED] QT/DirectShow -> Fails To Compile...

    Just solved everything by myself: changing the include from <streams.h> to <dshow.h> did the trick...

Similar Threads

  1. Compile Errors
    By luffy27 in forum Qt Programming
    Replies: 3
    Last Post: 4th November 2006, 06:26
  2. Project won't compile under Windows (works under Linux)
    By philski in forum Qt Programming
    Replies: 7
    Last Post: 14th September 2006, 16:29
  3. how to correctly compile threads support?
    By srhlefty in forum Installation and Deployment
    Replies: 9
    Last Post: 25th June 2006, 20:15
  4. Qt 4.1.2 Fails to build on Linux
    By rohandhruva in forum Installation and Deployment
    Replies: 6
    Last Post: 16th April 2006, 22:44
  5. TIP: If Qt4.1 debug compile doesn't work...
    By pthomas in forum Newbie
    Replies: 3
    Last Post: 13th January 2006, 15:36

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.