Puzzling unresolved external.

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
 
4

4Space

Never mind. :¬)

Removed the /ZI C++ option, linked in the msvcrt.lib, removed nochkclr.obj,
forced a symbol reference to __DllMainCRTStartup@12.

What fun.

4Space
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top