extern(C++): Unresolved scalar deleting destructor

Vladimir Marchevsky vladimmi at gmail.com
Tue Jul 24 19:40:52 UTC 2018


On Tuesday, 24 July 2018 at 19:30:49 UTC, 12345swordy wrote:
> I found similar error messages regarding c++:
> https://stackoverflow.com/questions/42449063/vs-c-dll-scalar-deleteing-destructor

Hmm, so looks like it's really because of virtual destructor, 
like Stefan mentioned before. Implementing empty destructor in D 
removes error. Gonna check what C++ does in similar case and any 
possible problems...

Thanks to everyone for pointing out the direction to dig :)


More information about the Digitalmars-d-learn mailing list