Does RTTI and exceptions work in dlls on windows?

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 3 08:20:10 PST 2014


On 12/02/2014 11:22 PM, MrSmith wrote:
>
> Can i have interface compiled only in one dll, and others dlls that use
> this one will not have it compiled, only import it?

Yes, you'd need to link against the dll containing the interfaces.
In fact you could link against your executable too, but that's a bit ugly.


More information about the Digitalmars-d mailing list