extern(C++, NS)

Manu via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 29 03:43:31 PST 2015


On 29 November 2015 at 19:56, Manu <turkeyman at gmail.com> wrote:
> ...

So I'm down to some link errors. I don't understand what's emitting
these (or not, it seems)... I've messed around a lot.
Is __ClassZ the typeinfo? Why would that be missing? Because it's
extern(C++)? I tried removing that and it made no difference :/

2> Error 42: Symbol Undefined _D15TypeInfo_Struct6__vtblZ
2>bin\Debug_x64\dplug.obj(dplug)
2> Error 42: Symbol Undefined _D14TypeInfo_Const6__vtblZ
2>bin\Debug_x64\dplug.obj(dplug)
2> Error 42: Symbol Undefined _D10TypeInfo_k6__initZ
2>bin\Debug_x64\dplug.obj(dplug)
2> Error 42: Symbol Undefined _D12TypeInfo_Aya6__initZ
2>bin\Debug_x64\dplug.obj(dplug)
2> Error 42: Symbol Undefined _D5libep9component9Component7__ClassZ


More information about the Digitalmars-d mailing list