New CVS doesn't compile

Поиск
Список
Период
Сортировка
От Johann Zuschlag
Тема New CVS doesn't compile
Дата
Msg-id E15YqSI-0006ut-00@mrelay00.kundenserver.de
обсуждение исходный текст
Список pgsql-odbc
Hi,

I just retrieved the new CVS. When I try to compile it (VC++ 5.0), I get the following errors:

1. just a warning, 'updret', unreferenced local variable
2. info.obj: error LNK2001, unresolved external symbol _PGAPI_GETInfo30@20

Line 685 in info.c should be changed from:

return PGAPI_GetInfo30(hdbc, fInfoType, rgbInfoValue, cbInfoValueMax,pcbInfoValue);

to:

return PGAPI_GetInfo(hdbc, fInfoType, rgbInfoValue, cbInfoValueMax,pcbInfoValue);

regards

Johann


Johann Zuschlag
zuschlag2@online.de



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: mdopen error
Следующее
От: Michael Calabrese
Дата:
Сообщение: Float Percision with MS Access 97