Re: Help with LibPgxx and Windows! - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject Re: Help with LibPgxx and Windows!
Date
Msg-id 20030213185145.GD77177@xs4all.nl
Whole thread Raw
In response to Help with LibPgxx and Windows!  (Michael Uman <muman@softwaremagic.net>)
List pgsql-interfaces
On Thu, Feb 13, 2003 at 10:45:29AM -0800, Michael Uman wrote:
>  
> I need to get LibPqxx up and running on Windows. I have a pgSQL client
> which works fine on Linux and I need to port the baby to Windows. 1st
> challenge was getting a port of 'popt' library which I used to parse
> cmdline options. Now I need to get libpqxx up and running. Does anyone
> have any experience in accomplishing this. If not, what do other people
> do to get around this. Is there a more portable pgsql/C++ interface? I
> have MSVC 6.0 and can't seem to get the makefile to work. Is there a
> binary I can just link with? Also where can I get the pgsql.dll which is
> required. 
One thing you can do is simply set up your own project file with all
the .cxx files in the src directory, edit include/pqxx/config.h (as
described in the README), and compile it all into a library.  The
Visual C++ Makefile hasn't been updated in a while, but there's
nothing magical about what it does.

You may also want to check out the mailing list on www.pqxx.tk and
check the bug reports & feature requests lists there.


Jeroen



pgsql-interfaces by date:

Previous
From: Michael Uman
Date:
Subject: Help with LibPgxx and Windows!
Next
From: Bruce Momjian
Date:
Subject: Re: Berkley DB like API, Btree access