digitalmars.D - Does interface still work with COM
- "Matthew" <matthew.hat stlsoft.dot.org> May 05 2004
- J C Calvarese <jcc7 cox.net> May 05 2004
- "Walter" <newshound digitalmars.com> May 06 2004
- "Matthew" <matthew.hat stlsoft.dot.org> May 06 2004
- "Scott Egan" <scotte tpg.com.aux> 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 05 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 05 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,
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,
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
with itsvarious refittings in recent weeks, still works for COM?
Yes - if your COM class derives from IUknown.
That's axiomatic, old fruit. ;)
May 06 2004









J C Calvarese <jcc7 cox.net> 