digitalmars.D - Does interface still work with COM
- Matthew (4/4) May 05 2004 I need to do a little COM work in D, and wanted to check that interface,...
- J C Calvarese (5/9) May 05 2004 I just got the new version of Mike Wynn's embedded browser to compile (i...
- Walter (4/6) May 06 2004 with its
- Matthew (3/9) May 06 2004 That's axiomatic, old fruit. ;)
- Scott Egan (4/15) May 06 2004 LOL
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 MatthewI 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,with itsvarious 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...That's axiomatic, old fruit. ;)I need to do a little COM work in D, and wanted to check that interface,with itsvarious refittings in recent weeks, still works for COM?Yes - if your COM class derives from IUknown.
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...interface,"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 thatwith itsThat's axiomatic, old fruit. ;)various refittings in recent weeks, still works for COM?Yes - if your COM class derives from IUknown.
May 06 2004