rtti enabled and /EHsc
The problem I'm having is when linking, I get the following linker error:
error LNK2001: unresolved external symbol "const type_info::`vftable'" (?_7type_info@@6B@) mfcs80ud.lib
This message repeats multiple times for all of my obj files. I know in evc4 there was a patch made available that one could link into his project to provide the linker with this information. Does anyone know how to make this work with VS2005 SmartDevices Native C++?
Thanks for any insight,
Dylan

