On Mon, May 13, 2002 at 06:53:23PM +0200, Denis CARTIER-MILLON wrote:
> Where can i get the libray C og client postgreSQL , compile with Borland
> C++ (libpq)
For the C side, it should not make a difference which compiler you use.
From C++, you just include everything between 'extern "C" { ... }' and
the linker won't care which compiler the library has been compiled
with.
HTH,
Jeroen