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

Поиск
Список
Период
Сортировка
От ljwilson
Тема Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express
Дата
Msg-id 1369001211423-5756139.post@n5.nabble.com
обсуждение исходный текст
Ответ на Compiling psqlODBC on Windows with MS VC++ 2005 Express  (ljwilson <ljwilson@digitalav.com>)
Список 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 по дате отправления:

Предыдущее
От: Jan-Peter Seifert
Дата:
Сообщение: Re: Problem with special characters in password when using SQLDriverConnect
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Compiling psqlODBC on Windows with MS VC++ 2005 Express