www.digitalmars.com         C & C++   DMDScript  

D - How does this do on COM?

reply "Brian Bober" <netdemonz yahoo.com> writes:
Does this language do everything that COM does for you? Could you take code
that is written in COM C++
and write it in D without all the ugliness of C++ COM? Would it be
compatible with other COM in other languages?
Is there something Analgous to an interface?
Feb 04 2002
parent "Pavel Minayev" <evilone omen.ru> writes:
"Brian Bober" <netdemonz yahoo.com> wrote in message
news:a3ljcf$s1d$1 digitaldaemon.com...
 Does this language do everything that COM does for you? Could you take
code
 that is written in COM C++
 and write it in D without all the ugliness of C++ COM? Would it be
Depends on what you call ugliness. If you mean all the low-level stuff (which Delphi and VB do for you), then, well, you have to mess with it.
 compatible with other COM in other languages?
COM is language-independent!
 Is there something Analgous to an interface?
There are interfaces in D. RTFM.
Feb 04 2002