Thread overview
Does interface still work with COM
May 06, 2004
Matthew
May 06, 2004
J C Calvarese
May 06, 2004
Walter
May 06, 2004
Matthew
May 06, 2004
Scott Egan
May 06, 2004
I need to do a little COM work in D, and wanted to check that interface, with its various refittings in recent weeks, still works for COM?

Cheers

Matthew


May 06, 2004
In article <c7ck4j$rhe$1@digitaldaemon.com>, Matthew says...
>
>I need to do a little COM work in D, and wanted to check that interface, with its various refittings in recent weeks, still works for COM?
>
>Cheers
>
>Matthew

I just got the new version of Mike Wynn's embedded browser to compile (it uses
COM), so as far as I know COM still works. (Actually, I'm even posting this from
the embedded browser. Woo-hoo!)

jcc7


May 06, 2004
"Matthew" <matthew.hat@stlsoft.dot.org> wrote in message news:c7ck4j$rhe$1@digitaldaemon.com...
> I need to do a little COM work in D, and wanted to check that interface,
with its
> various refittings in recent weeks, still works for COM?

Yes - if your COM class derives from IUknown.


May 06, 2004
"Walter" <newshound@digitalmars.com> wrote in message news:c7cuin$1c0a$1@digitaldaemon.com...
>
> "Matthew" <matthew.hat@stlsoft.dot.org> wrote in message news:c7ck4j$rhe$1@digitaldaemon.com...
> > I need to do a little COM work in D, and wanted to check that interface,
> with its
> > various refittings in recent weeks, still works for COM?
>
> Yes - if your COM class derives from IUknown.

That's axiomatic, old fruit. ;)


May 06, 2004
LOL

"Matthew" <matthew.hat@stlsoft.dot.org> wrote in message news:c7cvnc$1dsl$1@digitaldaemon.com...
>
> "Walter" <newshound@digitalmars.com> wrote in message news:c7cuin$1c0a$1@digitaldaemon.com...
> >
> > "Matthew" <matthew.hat@stlsoft.dot.org> wrote in message news:c7ck4j$rhe$1@digitaldaemon.com...
> > > I need to do a little COM work in D, and wanted to check that
interface,
> > with its
> > > various refittings in recent weeks, still works for COM?
> >
> > Yes - if your COM class derives from IUknown.
>
> That's axiomatic, old fruit. ;)
>
>