i would like to subclass libpq++ classes

From: zolimate <zolimate(at)mail(dot)axelero(dot)hu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: i would like to subclass libpq++ classes
Date: 2002-11-13 11:59:45
Message-ID: 000a01c28b0c$28c59120$b000240a@vm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

hi!

sorry about my poor english

i would like to use the libpq++ interface under vc6
the source files already extracted and compiled
i have the libs and dll of libpq++

i compiled the example programs
i have some problems compiling the examples (i think with namespaces)
but that is not important for me

i would like to subclass the libpq++ classes
i created a new project and a new class this way

include "libpq++.h"
class myconnect: public PgConnection
{
...
};

but the compiler don't find the PgConnection class

is there a manual of using the interface under win?
or somebody can help me?

thanks

Browse pgsql-interfaces by date

  From Date Subject
Next Message frank_lupo 2002-11-15 10:47:30 psql write in vbs download now
Previous Message Paola Gomez 2002-11-11 20:33:52 LIBPQXX nmake problem!!!!