On Wednesday, 19 August 2020 at 21:24:23 UTC, Mike Brown wrote: > I have done some tests, and it appears that classes are > supported (LDC 1.22.0)? extern(C++) classes are supported by -betterC. With LDC, D classes are supported to some extent too since v1.11, but this requires a custom object.d (custom Object base class).