Is there any body know why my program always showing comerr32.dll not found when ?
ZPostgresSQLConnection.Connected:=true;
Condition:
Win7
Dlephi XE
PG 9.1 X86
: shock:
comerr32.dll not found
Moderators: gto, EgonHugeist, olehs
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Nope, not really are all pg-connect dll complete? Which rev do you use?
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact:
Hello hzmsky,
are you sure you have all the dll's used by the libpq ? Zeos uses this library to connect to postgresql DB. If you are not sure what files are needed just open pgAdmin directory (I'm sure you have it if you work with PostgreSQL) or from the Postgresql subdirectory named "bin".
Just copy following files to your application directory:
iconv.dll
libeay32.dll
libiconv-2.dll
libintl-8.dll
libpq.dll
libxml2.dll
libxslt.dll
ssleay32.dll
zlib1.dll
Good luck!
are you sure you have all the dll's used by the libpq ? Zeos uses this library to connect to postgresql DB. If you are not sure what files are needed just open pgAdmin directory (I'm sure you have it if you work with PostgreSQL) or from the Postgresql subdirectory named "bin".
Just copy following files to your application directory:
iconv.dll
libeay32.dll
libiconv-2.dll
libintl-8.dll
libpq.dll
libxml2.dll
libxslt.dll
ssleay32.dll
zlib1.dll
Good luck!