Does RTTI and exceptions work in dlls on windows?
MrSmith via Digitalmars-d
digitalmars-d at puremagic.com
Tue Dec 2 14:22:59 PST 2014
On Tuesday, 2 December 2014 at 10:48:16 UTC, Kagamin wrote:
> On Monday, 1 December 2014 at 18:35:28 UTC, MrSmith wrote:
>> Can i compile it in the same dll with its implementation?
>
> Yes, you can have all implementations in the same dll,
> interface will only have to be directly accessible to all code
> seeing it.
Can i have interface compiled only in one dll, and others dlls
that use this one will not have it compiled, only import it?
More information about the Digitalmars-d
mailing list