Results 1 to 2 of 2

Thread: The PostgreSQL plugin is not loaded in "SQL Browser" example

  1. #1
    Join Date
    Nov 2008
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question The PostgreSQL plugin is not loaded in "SQL Browser" example

    Hello,

    I built PostgreSQL plugin and no problem in it through this steps:
    1- Convert libpq.lib to libpq.a with removing under score "_" symbol from def file.
    2- Create Makefile
    qmake -o Makefile "INCLUDEPATH+=C:\PROGRA~1\PostgreSQL\8.3\inclu de" "LIBS+=C:\PROGRA~1\PostgreSQL\8.3\lib\libpq.a" psql.pro
    3- Call mingw32-make

    Has been successfully building but it is not loaded in "SQL Browser" example

    Where is the problem ?

    I already built MySQL plugin through the last steps and i use it now without any problems but the problem in PostgreSQL plugin .

    psql.JPG

    I work on mingw , PostgreSQL 8.3 and QT4.4.3.

    Please take me step by step

    Thanks
    Last edited by Scratch; 7th November 2008 at 21:26.

  2. #2
    Join Date
    Nov 2008
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: The PostgreSQL plugin is not loaded in "SQL Browser" example

    OK, I fix it by copy all PostgreSQL libraries to project path.

    Thanks

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. mysql 5 connection
    By GuL in forum Newbie
    Replies: 37
    Last Post: 18th August 2008, 15:11
  3. exception at 0x65100c40 (QtGuid4.dll)
    By sabeesh in forum Qt Programming
    Replies: 11
    Last Post: 21st December 2007, 17:10
  4. QPluginLoader not recognizing a plugin
    By KShots in forum Qt Programming
    Replies: 3
    Last Post: 29th June 2007, 14:13

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.