Обсуждение: libpq and borland c++ 5......

Поиск
Список
Период
Сортировка

libpq and borland c++ 5......

От
"Denis CARTIER-MILLON"
Дата:
Where can i get the libray C og client postgreSQL , compile with Borland
C++ (libpq)


Re: libpq and borland c++ 5......

От
jtv
Дата:
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



Re: libpq and borland c++ 5......

От
"Denis CARTIER-MILLON"
Дата:
yes, for use
but for build the library from the source...i must make the makefile
with the C option....

jtv a écrit :
>
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)