Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem with Qt 4.6 on WinXP creating videoplayer with Phonen

Problem with Qt 4.6 on WinXP creating videoplayer with Phonen

Scheduled Pinned Locked Moved General and Desktop
4 Posts 1 Posters 3.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MissG
    wrote on last edited by
    #1

    Hi everyone,

    i am tryin to devlop an VideoPlayer with Qt 4.6. in The DOC i read, that i have to use the phonon module. Before i read this, Qt was installed. I just start the setup File. Without any settings.

    In DOC for phonon module i read that i needed the windows SDK, and after installation i have to start a script and then build Qt.

    So what i have do do know, so everything is working FINE!

    Can anyone give me an instrduction how to do the steps ? Do i need any other Software like visual studio or something?

    thanks

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      you don't necessarily need VS2008 ... but if you have VS2008, you don't need to download the sdk,configure the environment etc

      So if you have winxp, I would suggest these steps:

      1. Check DirectX and DirectShow v9
      2. Download and install Windows SDK (assuming you don't have VS)
      3. run the setenv.cmd
      4. build qt (in configure ensure phonon is enabled)

      ----- same as in the Qt docs:
      On Windows, building Phonon requires DirectX and DirectShow version 9 or higher. You'll need additional SDKs you can download from Microsoft.

      Windows XP and later Windows versions

      If you develop for Windows XP and up, you should download the Windows SDK here. Before building Qt, just call the script: C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\setenv.cmd

      Note: Visual C++ 2008 already contains the Windows SDK and doesn't need that package and has already the environment set up for a smooth compilation of phonon.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MissG
        wrote on last edited by
        #3

        At Beginning i installed Qt SDK for windows, then directX + directShow + windows SDK . Is there any importance in the order?

        When i start C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\setenv.cmd
        i got the following error:

        @The x86 compilers are not currently installed.
        Please go to Add/Remove Programs to update your installation.
        .
        Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v6.1
        .
        Das Sprungziel - Set_x86 wurde nicht gefunden.
        Drücken Sie eine beliebige Taste . . .@

        And do i have to build Qt from the source with an compiler..which one would this be?

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          I don't think the order would matter wrt directx, directshow, winsdk.
          Let me see, I'll try to chk further and revert

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved