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. [SOLVED][Qt 5.3.0 for Windows 32-bit (MinGW 4.8.2, OpenGL)] QSound redistribute big problem
Qt 6.11 is out! See what's new in the release blog

[SOLVED][Qt 5.3.0 for Windows 32-bit (MinGW 4.8.2, OpenGL)] QSound redistribute big problem

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.1k 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.
  • R Offline
    R Offline
    ricox
    wrote on last edited by
    #1

    Hi evrybody,
    thank's in advance for any help.

    Some times ago I've developed a Win32 Aplication using Qt5.1.1 for Windows 32-bit (MinGW...), this application play 2 little wav files using QSound object play() function.
    Last week I decided to upgrade my ide to Qt 5.3.0, rebuilt the application and make new installer updating [dll] and [platform] needed files.

    Bad surprise, on my machine on witch IDE is installed, the Application works fine playing the wav files correcly. In any other machine in witch I've installed the Application sounds aren't played!!!

    Workaround:

    Replacing [platforms] and [dll] whit the old mantaining the new exe make Sounds playable also in other machines!!

    Any ideas???

    Thank's

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      You're probably missing some (new?) dependent libraries. You can run "Dependency Walker":http://www.dependencywalker.com/ in profile mode on the target machine to see what it looks for when the sound should be played.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        ricox
        wrote on last edited by
        #3

        ... sorry I haven't done the correct run of the suggested tool, I retry ...

        1 Reply Last reply
        0
        • R Offline
          R Offline
          ricox
          wrote on last edited by
          #4

          OOK,
          thank's a lot for suggestion, i find out that there are a lot of dependency of plugin like [audio] that I haven't copied, I don't know why the same project under Qt 5.1.1 doesn't need these dll, but the fact is that compiled with 5.3.0 it want these dll and if it doesn't find doesn't give any error, simply some call doesn't works!
          Bye

          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