PDA

View Full Version : [SOLVED] QT/DirectShow -> Fails To Compile...



Lemming
23rd December 2006, 06:27
I need to do some video playback in my app - and this (http://www.qtcentre.org/forum/f-qt-programming-2/t-solved-directshow-video-player-inside-qt-1612.html)
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.

Lemming
23rd December 2006, 07:25
Just solved everything by myself: changing the include from <streams.h> to <dshow.h> did the trick...