February 04, 2002
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?



February 04, 2002
"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.