ODBC2.5 Driver build error

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-odbc(at)postgresql(dot)org>, "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
Subject: ODBC2.5 Driver build error
Date: 2003-05-14 18:26:45
Message-ID: 03AF4E498C591348A42FC93DEA9661B825A116@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Hiroshi,

I get the following error when trying to build the 2.5 (legacy) driver:

cl.exe /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D
"_WINDOWS" /D "MBCS" /D "_USRDLL" /D PSQLODBC_EXPORTS" /D
"DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT"
/Fp".\MultibyteRelease\psqlodbc.pch" /YX /Fo".\MultibyteRelease\\"
/Fd".\MultibyteRelease\\" /FD /c dlg_wingui.c
dlg_wingui.c
dlg_wingui.c(569) : error C2065: 'SQL_HANDLE_ENV' : undeclared
identifier
dlg_wingui.c(569) : error C2065: 'SQL_NULL_HANDLE' : undeclared
identifier
dlg_wingui.c(574) : error C2065: 'SQL_ATTR_ODBC_VERSION' : undeclared
identifier

dlg_wingui.c(574) : error C2065: 'SQL_OV_ODBC3' : undeclared identifier
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

It looks like this is some code you added a couple of days ago.

Regards, Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2003-05-14 23:58:58 Re: ODBC2.5 Driver build error
Previous Message Dave Page 2003-05-14 18:00:29 Re: Time for an 07.03.0001 Release?