Re: Problems compiling CVS under Windows - Mailing list pgsql-odbc

From Dave Page
Subject Re: Problems compiling CVS under Windows
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B889F9B1@mail.vale-housing.co.uk
Whole thread Raw
In response to Problems compiling CVS under Windows  (Denis Gasparin <denis@edistar.com>)
Responses Re: Problems compiling CVS under Windows
List pgsql-odbc

> -----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.

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: PGSQL ODBC Install problems under windows
Next
From: Jose' Cruanyes
Date:
Subject: Re: Problems compiling CVS under Windows