[Issue 15626] extern(C++) calling crash

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 31 20:09:52 PST 2016


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

--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
As a workaround, if you create a base class for 'Base' that contains a virtual
function, in both the D and C++ code, it will work.

--


More information about the Digitalmars-d-bugs mailing list