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/
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
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
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
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
; > 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
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
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?
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
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
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
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
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
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
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
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:
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
Where do i found this dll for acess postgresql 15?
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
?
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 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?
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
22 matches
Mail list logo