CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MS Visual C++ and BDE
I've done this before. Basically, I wrapped up some components (TTable and
TQuery, etc.) in a C++ class, created a pure virtual base class with the methods
I wanted to support on each of those components, created a DLL using the Borland
tools, created what are essentially class factories (functions you call to
create an instance of a class) that return pointers to the abstract base class,
and then use those abstract base classes in the VC code.
Quick explanation, the devil is in the details.
tc
Bruce Bailey wrote:
> Hi
>
> A colleague of mine is developing an application in MS VC++ (despite my
> suggestions to the contrary;-). He would like to use Borland's Database
> engine to access data tables. Has anyone attempted this before? If so, how
> well does it work and how would someone go about doing this? Thanks.
>
> Bruce
>
> Bruce Bailey
> ADP Dealer Services Group
> 2525 SW First Avenue
> Portland, OR 97201
> bjb@plaza.ds.adp.com
begin: vcard
fn: N. Thomas Creighton
n: Creighton;N. Thomas
org: Lone Peak Technology Group
email;internet: tomc@lptg.com
title: Owner
x-mozilla-cpt: ;0
x-mozilla-html: TRUE
version: 2.1
end: vcard
W Komornicki's Home Page |
Main Index |
Thread Index