Обсуждение: psqlodbc30 compile error

Поиск
Список
Период
Сортировка

psqlodbc30 compile error

От
"Johann Zuschlag"
Дата:
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

There is also a warning during compile:

pgapi30.c(228) : warning C4090: '=' : different 'const'...

regards


Johann Zuschlag
zuschlag2@online.de



Re: psqlodbc30 compile error

От
Hiroshi Inoue
Дата:
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