> Please I got a problem with libpq.dll library file, want I tried to > select the Connected property to True, I received the Error: Can not > load PostgreSQL client library "libpq.dll". Ckeck you installation. > > The library has been installed and copied to the project file. >
Libpq.dll has many dependencies. Probably one of them is not satisfied. Here is the list of files I needed to copy on a wine system to get libpq.dll loaded: comerr32.dll krb5_32.dll libintl-2.dll libpq.dll pg_dump.dll pg_restore.dll libeay32.dll ssleay32.dll Ludo -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
