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

From: jtv <jtv(at)xs4all(dot)nl>
To: Denis CARTIER-MILLON <Denis(dot)CARTIER-MILLON(at)agriculture(dot)gouv(dot)fr>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq and borland c++ 5......
Date: 2002-05-13 22:45:10
Message-ID: 20020514004510.B6920@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lamar Owen 2002-05-13 23:05:55 Discontent with development process (was:Re: pgaccess - the discussion is over)
Previous Message "." 2002-05-13 22:05:09 Re: Composite datatypes, dynamic member fields