Re: Oracle API for C/C++ ?

From: Erik Steffl <steffl_at_bigfoot.com>
Date: Fri, 22 Oct 1999 00:57:25 -0700
Message-ID: <381018E5.C77404D8_at_bigfoot.com>


  unfortunately, last time I checked, the MFC did not support multiple inheritance...

  you can of course inherit from both MFC and some other object but you cannot use all of the features of MFC. this was true 2 years ago, so it might have changed.

        erik

Sergei Kuchin wrote:
>
> > You can send Sergei Kuchin an email and I am sure he can tell you if this is
> > possible.
> Concurred.
>
> If need be to plug OTL into a class hierarchy, say, MFC, I don't see any
> "don'ts." As opposed to Java, C++ supports multiple inheritance.
>
> Sergei
>
> Jeffery Cann wrote:
> >
> > Karl M. Nordquist wrote in message <380C9A31.4E5BD10D_at_email.address.com>...
> > >This OTL looks great for console applications. Does anyone know if there
> > is
> > >one for windows based applications, or even better one that is based with
> > >MFC?
> >
> > As far as I know, OTL can be plugged in where ever OCI is supported.
> > Because you can inline the entire library, you should be able to plug it in
> > to any development environment. This is an advantage of using C++
> > templates -- it allows for more portable code. I may be all wet about this,
> > but I think you'll be able to use it for any type of application, not just
> > console ones.
> >
> > You can send Sergei Kuchin an email and I am sure he can tell you if this is
> > possible.
> >
> > Jeff
Received on Fri Oct 22 1999 - 09:57:25 CEST

Original text of this message