4
4Space
Hi, I've just been refactoring a managed C++ class library. The managed
classes use a couple of our native dlls, and the linkage on that front
appears to be OK.
I do however get this error at build time:
THCAL error LNK2020: unresolved token (0A00002C) ??_7type_info@@6B@
Is this an unresolved external on the C++ RTTI type_info?? I haven't got
RTTI enabled. Any idea as to what the problem might be?
Cheers,
4Space
classes use a couple of our native dlls, and the linkage on that front
appears to be OK.
I do however get this error at build time:
THCAL error LNK2020: unresolved token (0A00002C) ??_7type_info@@6B@
Is this an unresolved external on the C++ RTTI type_info?? I haven't got
RTTI enabled. Any idea as to what the problem might be?
Cheers,
4Space