Results 1 to 4 of 4

Thread: Phonon deployment on Windows XP //solved

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Phonon deployment on Windows XP //solved

    Hello! I've compiled Qt 4.5 with Visual Studio 2008 with Phonon DS9 backend. At the machine where all path variables are set all works fine. But it doesn't work at the another machine.
    I've put all main Qt dll's into the same directory with my program executable. The main program can be runned, but it shows a message:
    Qt Code:
    1. WARNING: bool __thiscall Phonon::FactoryPrivate::createBackend(void) phonon back
    2. end plugin could not be loaded
    To copy to clipboard, switch view to plain text mode 
    the phonon4.dll is in the same directory with the executable. The phonon_ds94.dll is in the /plugins/phonon_backend. What is wrong? As far I know Qt-apps must search the plugins at the plugins subdirectory by default.
    I've tried to add the search path manually using the QApplication::addLibraryPath, but the result was the same. Also the SVG-icons doesn't work (without Qt path variable).
    P.S. I've found a VStudio option to build without a hard dependency of libraries paths.
    Last edited by roxton; 18th April 2009 at 19:15.

Similar Threads

  1. Problem with compiling qt on windows xp with phonon
    By junky in forum Installation and Deployment
    Replies: 3
    Last Post: 13th April 2009, 08:13
  2. Deployment problems on Windows...help
    By Hookem in forum Installation and Deployment
    Replies: 2
    Last Post: 11th December 2008, 09:21
  3. Windows mobile 6 deployment
    By Gilles.Bordas in forum Installation and Deployment
    Replies: 4
    Last Post: 7th July 2008, 11:06
  4. qt deployment problem on windows xp
    By sepp in forum Installation and Deployment
    Replies: 3
    Last Post: 5th July 2007, 11:16

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.