Results 1 to 4 of 4

Thread: qt deployment problem on windows xp

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Oct 2006
    Posts
    279
    Thanks
    6
    Thanked 40 Times in 39 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: qt deployment problem on windows xp

    Try finding out qjpeg1.dll's dependencies using depends.exe(available in the PSDK). Do you include both msvcpXX.dll and msvcrXX.dll in your installer? Maybe you forgot the c runtime dll(as opposed to the c++ one) and qjpeg1.dll needs it.

    P.S.
    If everything else fails, try FileMon from sysinternals and see what file access is going on when your application fails.
    Last edited by spud; 28th May 2007 at 14:09. Reason: updated contents

Similar Threads

  1. Qt + Portmidi in Windows... libraries problem
    By hipogrito in forum Newbie
    Replies: 2
    Last Post: 19th June 2009, 00:01
  2. VS2005 Deployment Problem
    By musaulker in forum Installation and Deployment
    Replies: 6
    Last Post: 20th July 2008, 19:43
  3. Application deployment problem
    By shapirlex in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th April 2007, 00:11
  4. Thread problem with windows
    By vratojr in forum Qt Programming
    Replies: 17
    Last Post: 16th June 2006, 08:34
  5. QProcess problem with windows batch file
    By bood in forum Qt Programming
    Replies: 11
    Last Post: 6th January 2006, 08:08

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.