rohit k.
rohit k.

Reputation: 128

To run Phonon on Windows XP sp2

can anyone tell me from where i can get a fully functional phonon that runs on windows, if compilation needed , then from where i can download directly the compiled output. Or tell me which other multimedia toolkit can be used with QT and how ?

Upvotes: 0

Views: 285

Answers (2)

Phil Hannent
Phil Hannent

Reputation: 12327

You will also need to make sure your using the Visual Studio compiler, the mingw compiler cannot link to the windows multimedia framework.

Upvotes: 0

Andy M
Andy M

Reputation: 6065

You could use the Phonon's dlls that you'll find in the "bin" folder of Qt's installs !

You could for example try and compile this example :

http://qt.nokia.com/doc/4.6/phonon-qmusicplayer.html

With the latest Qt version that you'll find here : http://qt.nokia.com/downloads

I hope I got your question right and it helps a bit !

Upvotes: 1

Related Questions