extern(C++): Unresolved scalar deleting destructor

Vladimir Marchevsky vladimmi at gmail.com
Wed Jul 25 14:26:25 UTC 2018


On Wednesday, 25 July 2018 at 12:04:16 UTC, Vladimir Marchevsky 
wrote:
> What I've tested:

Even more: if I create another trivial class in cpp (say, Bar) 
and new/delete it in first one ("b = new Bar();" in ctor, "delete 
b;" in dtor of Foo) - D app with bound Foo just crashes silently 
for some reason.


More information about the Digitalmars-d-learn mailing list