Re: psqlodbc30 compile error

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Johann Zuschlag <zuschlag2(at)online(dot)de>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: psqlodbc30 compile error
Date: 2002-04-09 04:05:02
Message-ID: 3CB2686E.E1AA51A8@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Johann Zuschlag wrote:
>
> Hi,
>
> when trying to compile psqlodbc30 I get the following
> errors during link:
>
> odbcapi30.obj : error LNK2001: unresolved external Symbol _SC_pos_delete
> odbcapi30.obj : error LNK2001: unresolved external Symbol _SC_pos_update

OK I've just fixed it. You can compile psqlodbc30
with or without /D DRIVER_CURSOR_IMPLEMENT now.

> There is also a warning during compile:
>
> pgapi30.c(228) : warning C4090: '=' : different 'const'...

I know it but leave as it is. Sooner or later I have
to change the current error handling.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Wolfgang.Fuertbauer 2002-04-09 13:12:17 O1SO3: [Microsoft][ODBC Cursor Library] No Records updated or deleted - 3146
Previous Message Johann Zuschlag 2002-04-08 21:29:23 psqlodbc30 compile error