Page 1 of 1

comerr32.dll not found

Posted: 03.03.2012, 17:19
by hzmsky
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: : :roll: shock:

Posted: 03.03.2012, 17:52
by EgonHugeist
Nope, not really are all pg-connect dll complete? Which rev do you use?

Posted: 05.03.2012, 10:30
by Wild_Pointer
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!