[Lazarus] Postgres Dlls not found

Michael Van Canneyt michael at freepascal.org
Fri May 30 15:24:09 CEST 2008



On Fri, 30 May 2008, dgcoventry at gmail.com wrote:

> Soren, for a moment there I thought the Dependency Walker was the
> answer to my problems, but it appears that it is a snare and a
> delusion.
> 
> It lists different DLLs as being missing on the working system and on
> the borked system.
> 
> Some of the DLLs which are listed as present are not in either system.
> 
> MSJAVA.DLL, for example is listed as present on the working system,
> but missing on the borked system, when it is present in niether.
> 
> Nowhere is libpq.dll (or any of the other DLLs mentioned on this
> thread) listed by Dependancy Walker on either system.
> 
> Is there a more reliable way of working out which DLLs are required by
> the program?

If it is about the FPC program: no. The program loads the library
dynamically. The best you can do is list the dependencies of libpq.dll,
and make sure these are present on both systems.

Michael.



More information about the Lazarus mailing list