Results 1 to 2 of 2

Thread: Postgres

  1. #1
    Join Date
    Sep 2009
    Location
    Ukraine
    Posts
    12
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Postgres

    Hello.
    I'm install QT 4.5.3 on the Windows, maked statically. Then try to build driver postgri, going without errors and creates two files: libqsqlpsql.a libqsqlpsqld.a in C:\Qt\4.5.3\plugins\sqldrivers\. But for some reason, *.dll files are not created.
    Help please, who encountered this error.

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Postgres

    If you compile using static, no dlls will be generated because a dll is a "dynamic link library" which is the opposite of a static library. Static libraries on windows usually have the suffix .lib. When using the mingw-compiler, they use the extension .a because this is the common extension for static libs on unix.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. Replies: 0
    Last Post: 25th June 2008, 18:36
  2. listing the files that has been uploaded to postgres
    By aekilic in forum Qt Programming
    Replies: 2
    Last Post: 10th September 2007, 10:43
  3. problem with read blob from postgres db
    By zlatko in forum Qt Programming
    Replies: 4
    Last Post: 5th November 2006, 08:30

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.