[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 21 08:12:14 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12607

--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
(In reply to Steven Schveighoffer from comment #4)
> Once you go into IUnknown land, there's no coming back out (bwahahaha!)

And somewhat ironically the spec defines IUnknown as using the extern(System)
calling convention, rather than saying it's extern(Windows), as if non-Windows
systems will ever support COM.

--


More information about the Digitalmars-d-bugs mailing list