Re: compiling ODBC on windows

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: PG User <pguser1982(at)gmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: compiling ODBC on windows
Date: 2014-04-18 12:42:47
Message-ID: 53511DC7.9020109@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

(2014/04/17 8:24), PG User wrote:
> Hi All,
> I am following the following document for compiling the code on windows:
> http://psqlodbc.projects.pgfoundry.org/docs/win32-compilation.html
>
> But I am finding it hard to compile. I have few questions:
>
> 1. I tried using visual studio express 12 and 10 without MFC. Is MFC
> required?
> I am getting errors:
> "afxres.h" does not exists
> I got error as undefined IDC_STATIC

The recommendation is to use MSBuild for VC10 or later.
Please look at readme_winbuild.txt or winbuild/readme.txt.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Tj Crawley 2014-04-21 08:14:34 Access - utf8
Previous Message PG User 2014-04-16 23:24:37 compiling ODBC on windows