On Wed, Aug 6, 2025 at 11:46 AM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>
> On 8/6/25 06:17, suporte02@unitsistemas.com.br wrote:
> > Hello, how are you? I'm asking for help. When I try to compile a 32-bit
> > executable, in my 32-bit Delphi as well, in my 64-bit operating system,
> > an error appears about libpq.dll, saying that it was found, but not
> > loaded. Can you help me with this?
I Haven't used delphi in years (and was more C++ builder), but IIRC
there is a provided tool that extracts a static lib from a .dll. You
can then static link that, it will likely help you out as long as your
headers are set up right. Good luck!
merlin