Hello.

I'm having trouble connecting to the PostgreSQL database in debug mode. When connecting to a database in debug mode I get the error "driver not load." In relase mode, the program works as expected. The error occurs in the default installation Qt for visual 2008.

So i compiled the plugin by http://doc.qt.nokia.com/4.7/sql-driver.html#qpsql but then I get the error "driver not load" in debug mode and relase. Anyone knows how to work with postgres in debug mode?

I'm using PostgreSQL 8.4.5, the compiler VC9 (Visual 2008), and Win 7 and XP.

System Paths are set correctly.
c:\Qt\Qt4.7.0\ bin
c:\Postgres\8.4\ lib
QTDIR=c:\Qt\Qt4.7.0

Thanks, for reply.
Regards