I'm trying to connect Zeos to a PostgreSql database.
I have already copied all the DLLs into the application folder.
Zeos finds DLLs, but gives an incompatibility error:
Client-Library libpq.dll found but could not be loaded. Check compile-target and library compatibility!
I have already copied the DLLs to the folder windows and windows / system32 but I believe the error is another.
My Settings:
Windows 10 64bit - PostgreSql 9 - Zeos 7.2.1 rc
EDITED
I downloaded the two versions of PostgreSql (32bit and 64bit) and put the dlls in two folders. When the application opens, the client has two connection options (32 or 64). I was able to connect to my pc using 32bit, but when I tried another pc (with the same settings), it did not work.
I have already registered the DLL libpq.dll
, however, the error persists on the other machine (in mine connected).