Demetres Pantermalis writes:
> What I get is the following error:
> test2.pgc: In function `int main()':
> test2.pgc:71: `sizeof' applied to incomplete type `varchar_name'
> test2.pgc:101: `sizeof' applied to incomplete type `varchar_name'
>
> Can anybody suggest a method to overcome this problem?
Use a C compiler to compile C code and a C++ compiler to compile C++ code,
and then link them together if you are so inclined.
--
Peter Eisentraut peter_e@gmx.net