dshow.h not found error on compiling Qt for Windows CE 5.0
Hi,
I was compiling Qt-everywhere-opensource 4.6.3 for Windows CE 5.0 under Visual Studio 2005. But I'm getting dshow.h not found error. ??
Here is the configuration option I have used ..
"configure -platform win32-msvc2005 -xplatform wince50standard-armv4i-msvc2005
-phonon-wince-ds9"
What might be going wrong?? I need phonon direct show back-end for Windows CE 5.0.
Re: dshow.h not found error on compiling Qt for Windows CE 5.0
I haven't compiled phonon lately, but in the past you had to install the Platform SDK, because MS moved dshow.h from DirectX to the SDK. Give it a try.
Re: dshow.h not found error on compiling Qt for Windows CE 5.0
I'll try with platform SDK installed. But in my windows XP Qt phonon is working fine. When I compile qt-everywhere for Windows CE in the same XP machine it is creating the problem..???