Postgre Perl on WIN NT

From: "Christopher R(dot) Jones" <cj(at)interlog(dot)com>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Postgre Perl on WIN NT
Date: 1999-03-04 13:50:04
Message-ID: 3.0.5.32.19990304085004.00961440@mail.interlog.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am trying to build the Perl module in WINNT with VC++ 6.0.
Unfortunately, VC++ has reserved the work "keyword" which is defined in
libgg-fe.h:
typedef struct _PQconninfoOption
{
char *keyword;
char *envvar;
char *compiled;
char *val;
char *label;
char *dispchar;
int dispsize;
} PQconninfoOption;

I must not be the first to bang up against error. Any hints?

Will it compile with the Borland 5.0 compiler?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-03-04 13:54:09 Re: [INTERFACES] Foreign Keys
Previous Message V. A. 1999-03-04 13:16:13 libpq++ - copy - default values