Problem Postgresql 10.14
-
wrote on 5 Nov 2020, 20:04 last edited by
Hi, i'm facing a problem with the PostgreSql 10.14 and QtCreator 5.15.
When i execute my programm in another Computer, i get the following message: "Driver not Loaded", but i copied all dlls into Posgres/bin folder, and another dependencys too.
i read at some pages that OpenSSL version 1.1+ changed the DLLs filenames, someone can help me?
i build the drivers using the same version of Postgres but still not working. -
Hi,
You can use a tool like Dependency Walker to check what dependencies are required for the PostgreSQL dlls.
-
Hi,
You can use a tool like Dependency Walker to check what dependencies are required for the PostgreSQL dlls.
wrote on 6 Nov 2020, 01:24 last edited by@SGaist thank you by reply. i found the solution. My computer have not the MSVCR120.DLL, i fix it installing the Miscrosoft Visual Studio 2013 x86 redistributable, i found the problem using de debuguer tool of QtCreator.
1/3