Libpq++ & Borland C++ - Mailing list pgsql-interfaces

From Sagine E.Ferrus
Subject Libpq++ & Borland C++
Date
Msg-id 20030721131158.A782D47FA@sitemail.everyone.net
Whole thread Raw
Responses Re: Libpq++ & Borland C++  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
List pgsql-interfaces
I want to use Libpq++ wit borland c++. I try to use libpq++ libs in my application but i keep getting linker errors,
Cananyone help Please.  I was not able to use the available make files to compile the files so i had  to do it in
borlandand create a package and add all the files to the package.  I dont know what more to do.  Here is my code :
 

...
PGconn * connection;
connection = PQconnectdb("dbname=db_gatecop");
PQfinish(connection);
...

and here is the error message:

[Linker Error] Unresolved external '_PQconnectdb' referenced from testing.Obj





_____________________________________________________________
Visit our Caribbean Community at http://www.islanderonline.com


pgsql-interfaces by date:

Previous
From: Arguile
Date:
Subject: Re: Where to get Pg.pm?
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: Libpq++ & Borland C++