Re: LIBPQXX on Windows

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Ries van Twisk <ries(at)jongert(dot)nl>
Cc: "'Michael Uman'" <muman(at)softwaremagic(dot)net>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: LIBPQXX on Windows
Date: 2003-02-14 19:29:36
Message-ID: 20030214192936.GC9012@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, Feb 14, 2003 at 08:26:03AM +0100, Ries van Twisk wrote:
>
> I also wanted a LibPqxx on my windows system. At the time I made the
> decission I took the short route and used ODBC which worked fine when using
> Acces, Omnis Studio and the Qt libraries.

Unfortunately I can't maintain the Windows/MSVC++ project setup
myself, so this part is typically a little behind the times. There
is now some more documentation in the README for building on a
Windows system; basicallly, doing it from scratch should involve
little more than:

- creating a project with all source files (src/*.cxx) in it
- telling the compiler where to find the postgres includes and
libpq
- editing include/pqxx/config.h, and if necessary, defining
NO_PARTIAL_CLASS_TEMPLATE_SPECIALISATION to work around a
limitation in Microsoft's compiler
- clicking "build"

Several people have done this already, and some have offered help
on getting it into the project (especially Clinton James who produced
the files in the win32 directory) but so far nobody has stepped
forward with a serious commitment to maintain this side of the project.

Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message ljb 2003-02-15 01:42:26 Announce: A pure-Tcl interface to PostgreSQL
Previous Message Ries van Twisk 2003-02-14 07:26:03 Re: LIBPQXX on Windows