Re: c++ program to connect to postgre database

From: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: c++ program to connect to postgre database
Date: 2009-07-09 12:08:24
Message-ID: db471ace0907090508q5babf60aw2177377d361ea43b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm a big libpqxx user, and can confirm that it's a great wrapper, but
good luck getting it to build in Dev-c++, which hasn't had a new
release in 4 years and isn't supported by pqxx. I'm not sure of the
specifics, but Dev-c++ uses a MinGW port of GCC. libpqxx does support
MinGW, but probably not the Dev-C++ flavour.

I suggest you download visual studio 2008 express, and use that to
build libpqxx. No one uses Dev-C++ anymore anyway.

Regards,
Peter Geoghegan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2009-07-09 12:37:38 Re: ZFS prefetch considered evil?
Previous Message Richard Huxton 2009-07-09 10:53:58 Re: Table replication