Re: Libpq.dll

2025-08-08 Thread [email protected]
I managed to solve it now, it was just a connection error in one of the components of my Delphi, I just deleted it and put it back in 😭but thank you all very much for your help On ago 7 2025, at 1:03 pm, Adrian Klaver wrote: On 8/

Re: Libpq.dll

2025-08-07 Thread Adrian Klaver
On 8/7/25 05:14, [email protected] wrote: When I say "my Postgres", I mean the Postgres 15.3 that I have installed. How about 32-bit lib.dlls? I downloaded them from Google, placed them in my executable folder and in the Bin and Lib folders of my Postgres 15.3, and then extracted t

Re: Libpq.dll

2025-08-07 Thread [email protected]
When I say "my Postgres", I mean the Postgres 15.3 that I have installed.How about 32-bit lib.dlls? I downloaded them from Google, placed them in my executable folder and in the Bin and Lib folders of my Postgres 15.3, and then extracted the package into the folders.The link where I downloaded the

Re: Libpq.dll

2025-08-07 Thread [email protected]
2)a) Windows 10 Home Single Language, Version 22H2b) The settings and steps I followed were: first, I opened a project that already existed in my Delphi 10.2, then started editing it. I changed one of the project columns, and the message appeared:"None of the dynamic libraries can be found or is no

Re: Libpq.dll

2025-08-06 Thread Adrian Klaver
On 8/6/25 11:24, [email protected] wrote: The executable's libpq is 32-bit, and its dependencies are correct and on the same architecture. In my Postgres, libpq was on a 64-bit You need to give more details on what '... my Postgres ...' is? Did you download it as package or did

Re: Libpq.dll

2025-08-06 Thread Merlin Moncure
On Wed, Aug 6, 2025 at 11:46 AM Adrian Klaver wrote: > > On 8/6/25 06:17, [email protected] 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.dl

Re: Libpq.dll

2025-08-06 Thread Adrian Klaver
On 8/6/25 06:17, [email protected] 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

Re: libpq.dll question

2018-10-01 Thread Adrian Klaver
On 10/1/18 6:36 AM, [email protected] wrote: Please reply to list also. Ccing list. I am getting ready to head out the door which is why I am returning this to list for other eyes to see. On 10/1/18 1:14 AM, [email protected] wrote: Hi, admitting that windows is quite alien to me.

Re: libpq.dll question

2018-10-01 Thread Adrian Klaver
On 10/1/18 1:14 AM, [email protected] wrote: Hi, admitting that windows is quite alien to me... I have installed a postgresql server on linux and now want to allow windows clients access through a tcl gui. Activestate tcl is installed, and when I try to What version of Activestate tcl?

Re: libpq.dll question

2018-10-01 Thread Dmitry Igrishin
пн, 1 окт. 2018 г. в 11:15, : > > > Hi, > > admitting that windows is quite alien to me... > I have installed a postgresql server on linux and now want to allow windows > clients access through a tcl gui. > Activestate tcl is installed, and when I try to > package require tdbc::postgresql > I get