Postgre Perl on WIN NT

Поиск
Список
Период
Сортировка
От Christopher R. Jones
Тема Postgre Perl on WIN NT
Дата
Msg-id 3.0.5.32.19990304085004.00961440@mail.interlog.com
обсуждение исходный текст
Ответы Re: [INTERFACES] Postgre Perl on WIN NT  ("Randall W. Barrett" <rbarr@shadow.net>)
Re: [INTERFACES] Postgre Perl on WIN NT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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?


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "V. A."
Дата:
Сообщение: libpq++ - copy - default values
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] Foreign Keys