C++ - libpq-fe.h and QT

From: Eduardo Kotujansky <postgresql(at)brasilnet(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: C++ - libpq-fe.h and QT
Date: 2000-08-17 22:44:40
Message-ID: 00081719472000.00883@servercasa
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I use Kdevelop on a red Hat 6.2,

-> libpq-fe.h is in /usr/include/pgsql
-> qt lib is in /usr/lib/qt-1.45

I made a program that uses a QTableView, works fine,
I made another program that uses a terminal window and conects to postgresql and works fine. But I tryied to make a third
program that uses both libs and does not work.
did not find the QTableView.h .

how to make both libs to work ???

Thanks,
Eduardo K

Browse pgsql-novice by date

  From Date Subject
Next Message doug 2000-08-17 23:13:47 How to connect applet to different SQL server.
Previous Message Poul L. Christiansen 2000-08-17 22:29:25 Re: Dumb Newbie Question