Results 1 to 10 of 10

Thread: DLLs not found when testing in other PC

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Sep 2012
    Posts
    34
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: DLLs not found when testing in other PC

    Hmm... I'm sorry but I have to admit that I don't fully understand what do you mean. By PSQL run time library you mean qsqlpsql.dll? That is giving the error:

    LoadLibraryW("C:\QtSDK\Desktop\Qt\4.8.0\mingw\plug ins\sqldrivers\qsqlpsql.dll") returned NULL. Error: %1 is not a valid Win32 application (193).

    So far I have just checked my .exe file in Dependency Walker. Which file (= referred Qt plugin) do you suggest to check?

    Thanks for you time!

    UPDATE:

    I checked the qsqlpsql.dll with dependency walker and found out that openssl related dlls were x64. Also after debugging a while I found out that one postgresql dll (libintl.dll) was missing too. Anyway now the driver is found and the connection succeeds. Thank you very much!

    So one problem solved and one to go. The remaining problem is that DLLs are just found from the plugin directory and if located only in my application directory, the app wont work.
    Last edited by Mobility; 24th March 2013 at 17:36.

Similar Threads

  1. Testing Qt-Software with a GUI Testing Tool
    By nightghost in forum Qt Programming
    Replies: 8
    Last Post: 22nd February 2012, 07:43
  2. Linking to VB6 dlls
    By drmath in forum Qt Programming
    Replies: 0
    Last Post: 17th September 2010, 16:00
  3. Error using dlls
    By HelderC in forum Newbie
    Replies: 1
    Last Post: 15th March 2010, 22:58
  4. suffix for qt dlls
    By jobrandt in forum Installation and Deployment
    Replies: 6
    Last Post: 11th April 2008, 09:59
  5. Qt and dlls ?
    By probine in forum Qt Programming
    Replies: 4
    Last Post: 15th December 2006, 14:12

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.