On Fri, 30 May 2008, [EMAIL PROTECTED] 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.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to