Dynamic D Library

Jarrett Billingsley jarrett.billingsley at gmail.com
Thu Jul 16 21:50:31 PDT 2009


On Fri, Jul 17, 2009 at 12:43 AM, novice2<sorry at noem.ail> wrote:
> sorry, i don't understand: how D differ from C or C++ in all related to DLL in Windows? imho, only difference from MS VC is: VC have runtime in DLL form, but D have no.
>

C++ does not have mounds of runtime type information.  D does.  D uses
it for all sorts of things.  And it's not *just* the runtime that has
the type info, it's every piece of D code you compile.  If the type
info is duplicated, weird things happen.



More information about the Digitalmars-d mailing list