Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express - Mailing list pgsql-odbc

From ljwilson
Subject Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express
Date
Msg-id 1369001211423-5756139.post@n5.nabble.com
Whole thread Raw
In response to Compiling psqlODBC on Windows with MS VC++ 2005 Express  (ljwilson <ljwilson@digitalav.com>)
List pgsql-odbc
Looks like we have the same issue with MS VC++ 2012 Express, so if it doesn't
break anything we need in psqlodbc.h ">=" instead of "=="

#ifndef WIN32
#include "config.h"
#else
#define    WIN32_LEAN_AND_MEAN
#include <windows.h>
*#if (_MSC_VER >= 1400) /* in case of VC++ 2005 or higher */
#include <winsock2.h>
#endif /* _MSC_VER >= 1400 */*
#endif

...jack



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Compiling-psqlODBC-on-Windows-with-MS-VC-2005-Express-tp5756122p5756139.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


pgsql-odbc by date:

Previous
From: Jan-Peter Seifert
Date:
Subject: Re: Problem with special characters in password when using SQLDriverConnect
Next
From: Hiroshi Inoue
Date:
Subject: Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express