Does RTTI and exceptions work in dlls on windows?

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 28 04:56:09 PST 2014


On Thursday, 27 November 2014 at 11:21:23 UTC, Martin Nowak wrote:
> No!
> https://issues.dlang.org/show_bug.cgi?id=7020#c2

If you want interfaces to be unique, you'll have whole new dlls 
containing only interface definitions and probably nothing else, 
just for the sake of uniqueness (things like this happen in 
.net). And you still have to deal with templates.


More information about the Digitalmars-d mailing list