New CVS doesn't compile

From: "Johann Zuschlag" <zuschlag2(at)online(dot)de>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: New CVS doesn't compile
Date: 2001-08-20 14:55:55
Message-ID: E15YqSI-0006ut-00@mrelay00.kundenserver.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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(at)online(dot)de

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Johann Zuschlag 2001-08-20 15:25:11 Stackerror using new CVS
Previous Message Tom Lane 2001-08-18 21:12:44 Re: mdopen error