Re: ECPG and C++ compilation - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: ECPG and C++ compilation
Date
Msg-id 20030224152458.GA2980@feivel.fam-meskes.de
Whole thread Raw
In response to Re: ECPG and C++ compilation  (Matthew Vanecek <mevanecek@yahoo.com>)
Responses Re: ECPG and C++ compilation  (Matthew Vanecek <mevanecek@yahoo.com>)
List pgsql-interfaces
On Sat, Feb 22, 2003 at 09:14:43AM -0600, Matthew Vanecek wrote:
> I don't think that will work.  I can never get ecpg to recognize
> typedefed structs, even when declaring the typedefed struct within a
> DECLARE SECTION.

Now that I do not understand. What exactly doesn't work? do you have a
small example?

> Probably doing the sizeof calculation within ecpg would be the proper
> way to go, and using that value in the ECPGdo call instead of
> sizeof(whatever).  With respect to C++, anyhow.  I'm sure the developers

But that would mean you cannot precompile on one machine for usage on
another. Right?

> would accept a patch, but realize that ecpg generates native C code, and
> follows C conventions.  C++ may parse the code differently in some
> cases. Your best bet is going to be using the C compiler on these files
> to generate you object code, and your C++ compiler on your native C++
> code, as Peter suggested.

I agree as well.

Michael
-- 
Michael Meskes
Email: Michael@Fam-Meskes.De
ICQ: 179140304
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ECPG include problem
Next
From: "Agrawal, Manish"
Date:
Subject: Re: PgAdmin problem