Re: C++ and using C functions - Mailing list pgsql-hackers

From Czuczy Gergely
Subject Re: C++ and using C functions
Date
Msg-id Pine.LNX.4.44.0309021557130.14913-100000@localhost
Whole thread Raw
In response to Re: C++ and using C functions  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List pgsql-hackers
hello

as i said, i've tried to put into into an extern "C" statement, but it
didn't solve anything

Bye,

Gergely Czuczy
mailto: phoemix@harmless.hu
PGP pubkey: http://phoemix.harmless.hu/phoemix.pgp
iRCNet: #demoscene   ICQ: 8067175

The point is, that geeks are not necessarily the outcasts
society often believes they are. The fact is that society
isn't cool enough to be included in our activities.

On Tue, 2 Sep 2003, Shridhar Daithankar wrote:

> 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.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>



pgsql-hackers by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: C++ and using C functions
Next
From: Andreas Pflug
Date:
Subject: Re: TCP/IP with 7.4 beta2 broken?