Re: Simple way to connect from Win32 app

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Michael Vodep <mvodep(at)gmx(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Simple way to connect from Win32 app
Date: 2003-06-18 18:00:45
Message-ID: 20030618180044.GJ36486@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, Jun 18, 2003 at 07:36:45PM +0200, Michael Vodep wrote:

> I am looking for a simple way to build an application on Windows - complied
> with VC++ 6. I have read, that there are many problems with the libpq++ -
> just under Windows :p

Have you looked at the new C++ interface, libpqxx? Visual C++ 6.0 has
some problems with that, but it may just do what you need. And even that
compiler will do the job if you upgrade it and enable a workaround macro
in libpqxx.

Take a look at http://pqxx.tk/

Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message email lists 2003-06-18 22:36:22 Re: PL/Python import _sre module error
Previous Message Michael Vodep 2003-06-18 17:36:45 Simple way to connect from Win32 app