Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express

From: ljwilson <ljwilson(at)digitalav(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express
Date: 2013-05-19 22:06:51
Message-ID: 1369001211423-5756139.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2013-05-20 15:00:23 Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express
Previous Message Jan-Peter Seifert 2013-05-19 19:44:58 Re: Problem with special characters in password when using SQLDriverConnect