Re: Libpq.dll

2025-08-08 Thread suport...@unitsistemas.com.br
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, suport...@unitsistemas.com.br 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 suport...@unitsistemas.com.br
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 you build it? In either case what was the source? > architecture, so I downloaded the 32-bit libdll, and the error still > persisted. &g

Re: Libpq.dll

2025-08-07 Thread suport...@unitsistemas.com.br
or is not loadable: libpq.dll!Use TZConnection.LibraryLocation if the location is invalid."I then started working on the libpq.dll further, moving it to a few folders, and then the message changed to"Error Message: Client-Librarylibpq.dll found but could not be loaded. Check compile-tar

Re: Libpq.dll

2025-08-06 Thread Adrian Klaver
t as package or did you build it? In either case what was the source? architecture, so I downloaded the 32-bit libdll, and the error still persisted. c)"Error Message: Client-Library libpq.dll found but could not be loaded. Check compile-target and library compatibility!" Looks like

Re: Libpq.dll

2025-08-06 Thread Merlin Moncure
; > 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

Re: Libpq.dll

2025-08-06 Thread Adrian Klaver
On 8/6/25 06:17, suport...@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

Libpq.dll

2025-08-06 Thread suport...@unitsistemas.com.br
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?

Re: Dll libpq.dll 32 bits

2024-05-30 Thread Juan Rodrigo Alejandro Burgos Mella
What type of project are you developing at Windev? As a proof of concept, maybe using libpq.lib we can do something Atte JRBM El jue, 30 may 2024 a las 16:37, José Mello Júnior (< jose.mello.jun...@gmail.com>) escribió: > Don't have more? > > Em qui., 30 de mai. de 2024, 16:14, Juan Rodrigo Alej

Re: Dll libpq.dll 32 bits

2024-05-30 Thread José Mello Júnior
Don't have more? Em qui., 30 de mai. de 2024, 16:14, Juan Rodrigo Alejandro Burgos Mella < rodrigoburgosme...@gmail.com> escreveu: > postgresql odbc has 32 and 64 bits, and you make a System DSN and that's it > I have made implementations for PHP, .Net, C#, Python; even ASP Classic. > > Atte. > J

Re: Dll libpq.dll 32 bits

2024-05-30 Thread Juan Rodrigo Alejandro Burgos Mella
postgresql odbc has 32 and 64 bits, and you make a System DSN and that's it I have made implementations for PHP, .Net, C#, Python; even ASP Classic. Atte. JRBM El jue, 30 may 2024 a las 13:27, José Mello Júnior (< jose.mello.jun...@gmail.com>) escribió: > No, I can´t use ODBC in this case, becau

Re: Dll libpq.dll 32 bits

2024-05-30 Thread José Mello Júnior
No, I can´t use ODBC in this case, because I only access a new server. I need the DLL in 32 bits. Atte Mello Em qua., 29 de mai. de 2024 às 23:45, Juan Rodrigo Alejandro Burgos Mella < rodrigoburgosme...@gmail.com> escreveu: > you can use ODBC with Windev, so the best is the Postgresql connector

Re: Dll libpq.dll 32 bits

2024-05-29 Thread Juan Rodrigo Alejandro Burgos Mella
you can use ODBC with Windev, so the best is the Postgresql connector https://www.postgresql.org/ftp/odbc/releases/ Atte JRBM El mié, 29 may 2024 a las 14:46, José Mello Júnior (< jose.mello.jun...@gmail.com>) escribió: > > Em qua., 29 de mai. de 2024, 15:41, Adrian Klaver < > adrian.kla...@akla

Re: Dll libpq.dll 32 bits

2024-05-29 Thread José Mello Júnior
Em qua., 29 de mai. de 2024, 15:41, Adrian Klaver escreveu: > On 5/29/24 11:18, José Mello Júnior wrote: > > Again reply to list by using Reply All. > Ccing list. > > For my projects in 32 bits, the language of PC-SOFT (wlanguage) use. > > Are you talking about this?: > > https://windev.com/pcsof

Re: Dll libpq.dll 32 bits

2024-05-29 Thread Adrian Klaver
On 5/29/24 11:18, José Mello Júnior wrote: Again reply to list by using Reply All. Ccing list. For my projects in 32 bits, the language of PC-SOFT (wlanguage) use. Are you talking about this?: https://windev.com/pcsoft/index.html Em qua., 29 de mai. de 2024, 15:09, Adrian Klaver mailto:ad

Re: Dll libpq.dll 32 bits

2024-05-29 Thread Adrian Klaver
On 5/29/24 10:59 AM, José Mello Júnior wrote: Reply to list also. Ccing list. Sorry, for windows That is the OS, what I am after is what client on Windows do you need the DLL for? Em qua., 29 de mai. de 2024, 14:53, Adrian Klaver mailto:adrian.kla...@aklaver.com>> escreveu:

Re: Dll libpq.dll 32 bits

2024-05-29 Thread Adrian Klaver
On 5/29/24 10:49 AM, José Mello Júnior wrote: Where do i found this dll for acess postgresql 15? Access Postgres using what client? -- Adrian Klaver adrian.kla...@aklaver.com

Dll libpq.dll 32 bits

2024-05-29 Thread José Mello Júnior
Where do i found this dll for acess postgresql 15?

Re: libpq.dll question

2018-10-01 Thread Adrian Klaver
require tdbc::postgresql Where is tdbc::postgresql coming from? this is available as part of activestate (not sure whether it is called tdbc:postgres or tdbc:postgresql) I get a complaint about libpq.dll.5 missing. The postgres install kit contains just a libpq.dll, and renaming it What is

Re: libpq.dll question

2018-10-01 Thread Adrian Klaver
? package require tdbc::postgresql Where is tdbc::postgresql coming from? I get a complaint about libpq.dll.5 missing. The postgres install kit contains just a libpq.dll, and renaming it What is the Postgres install kit you refer to? does not seem to help Best regards Wolfgang Hamann

Re: libpq.dll question

2018-10-01 Thread Dmitry Igrishin
re tdbc::postgresql > I get a complaint about libpq.dll.5 missing. The postgres install kit > contains just a libpq.dll, and renaming it > does not seem to help While I have no idea what is "libpq.dll.5", but have you tryed to make a symbolic link "libpq.dll.5" to "libpq.dll" with "mklink" command to workaround?

libpq.dll question

2018-10-01 Thread hamann . w
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 a complaint about libpq.dll.5 missing. The