Re: help understanding libpq++

From: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: help understanding libpq++
Date: 2002-03-04 22:47:33
Message-ID: D0D2371A-2FC1-11D6-91CD-000502E740BA@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Monday, March 4, 2002, at 01:16 PM, jtv wrote:

> On Fri, Mar 01, 2002 at 08:28:37AM -0500, Ted Petrosky wrote:
>>
>> I have been working with Mac OSX (postgresql runs just fine) and I
>> want to
>> start using the developers tools (project builder) however, I do not
>> have the
>> technical expertise to create a project using the libpq or pg++
>> libraries.
>
> I'm not sure I catch your meaning entirely, but if what you mean is you
> want
> to write programs that access a PostgreSQL database through libpq or
> libpq++,

I think what he means is he wants to use Apple's Project Builder IDE
which
handles compiling and linking for you. However, it only saves time when
you're
using it with frameworks and other Apple-specific things. If you're
just writing a
plain C program that uses libpq, it won't save you any time. But if you
would like to
use it, you can create an empty project and (manually) add the source
file(s) and
libs yourself. The Project Builder docs explain how to do that.

--Jeremy

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2002-03-04 23:03:16 Re: [INTERFACES] PL/pgSQL Syntax Problem
Previous Message jtv 2002-03-04 21:16:01 Re: help understanding libpq++