> -----Original Message-----
> From: Jose' Cruanyes [mailto:cruanyes@cegroup.it]
> Sent: 06 April 2004 17:06
> To: Denis Gasparin
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Problems compiling CVS under Windows
>
>
> On Apr 6, 2004, at 10:22 AM, Denis Gasparin wrote:
>
> > When trying to compile ODBC30 e ODBC25 from CVS, i obtaing the
> > following error:
> >
> >
>
> I've noted it yesterday, the "non multibyte" versions of the
> driver uses anyway functions defined in multibyte.c that is
> not linked, hence the errors
There is no 'non-multibyte' version. There is a non-unicode version, but
it is still multibyte capable. Unicode support requires a different set
of ODBC functions which are not required for multibyte.
> I've compiled using
> nmake /f win32.mak
I've compiled all three from scratch this morning and they work fine for
me in VC++ 6.0.
nmake /f win32.mak
nmake /f win32_25.mak
nmake /f win32_30w.mak
Regards, Dave.