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 :)