Re: C++ and using C functions

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: C++ and using C functions
Date: 2003-09-02 13:57:34
Message-ID: 3F54EF26.15212.10A41CD@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2 Sep 2003 at 15:50, Czuczy Gergely wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> i'm using pgsql 7.3.4.
> how can I fix it? i think so, i should modify the header files, i've tried
> to put it into an ``extern "C" {...}'' block, but i didn't solve anything.

Try putting extern C, around include statements for libpq headers.

HTH

Bye
Shridhar

--
Fresco's Discovery: If you knew what you were doing you'd probably be bored.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Czuczy Gergely 2003-09-02 13:57:37 Re: C++ and using C functions
Previous Message Czuczy Gergely 2003-09-02 13:50:57 C++ and using C functions