Why filling AA in shared library freezes execution?

frame frame86 at live.com
Thu Jan 28 08:01:36 UTC 2021


On Thursday, 28 January 2021 at 07:51:06 UTC, SealabJaster wrote:
> On Wednesday, 27 January 2021 at 16:38:07 UTC, Adam D. Ruppe 
> wrote:
>> ...
>
> Yikes! Ok, I thought DLLs were just "sort of" unusable due to 
> the RTTI issue, but now I'm convinced that they're almost 
> completely useless in their current state unless you want to 
> live in a world of hurt and pain.

At least at Windows 10, DLLs are "working" except you can't throw 
exceptions and must use some form of exception proxy and wrapper 
to not ending in "illegal instructions". I can also compare 
TypeInfos by using the string representation which works fine.



More information about the Digitalmars-d-learn mailing list