Re: Libpq++ & Borland C++

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: "Sagine E(dot)Ferrus" <sagine(at)islanderonline(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Libpq++ & Borland C++
Date: 2003-07-21 13:52:35
Message-ID: 20030721135235.GG84004@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, Jul 21, 2003 at 06:11:58AM -0700, Sagine E.Ferrus wrote:

> and here is the error message:
>
> [Linker Error] Unresolved external '_PQconnectdb' referenced from testing.Obj

Since libpq++ uses libpq (as does the new C++ interface, libpqxx) you'll
need to link with libpq as well.

Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2003-07-22 00:43:18 Re: postgres and BCC 5.5 (newbie)
Previous Message Sagine E.Ferrus 2003-07-21 13:11:58 Libpq++ & Borland C++