3
I’m with DLL error not found when making a connection to Postgresql using the Firedac component.
Error:
[Firedac][Phys][PG]-314. Cannot load vendor library [C: EXE libpq.dll]. Hint: check it is in the PATH or application EXE Directories, and has x86 bitness.
The detail is that I already copied the DLL to the application directory, also to test copied the dll to System32 and Syswow64, but the error persists.
I have Microsoft C++ package 2015 installed, as requested in the documentation of Embarcadero: Wiki Embarcadero
Another test I performed was for the Firedac component to try to make the connection, including in the Postgres drive I pointed the Vendorlib property to the DLL, but again the same error.
Does anyone have any other suggestions? Grateful from now on.
Other information that can help: the application was developed on 32bit platform, so I installed postgree x32/x86
– João Paulo Muller
Install Postgresql x64 and see if the problem persists.
– Victor Tadashi