VS2015 LNK2019 Error in NAFXISD.lib (isapi.obj) when upgrading a project to VS2015

  • Thread starter Thread starter Kumar K S
  • Start date Start date
K

Kumar K S

Guest
Hi,

I have got the below link error when I tried to upgrade a MFC static library project from VS2010 to VS2015.

LNK2019 unresolved external symbol "public: __thiscall std::exception::exception(char const * const &,int)" (??0exception@std@@QAE@ABQBDH@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(void)" (??0bad_alloc@std@@QAE@XZ) \NAFXISD.lib(isapi.obj)

I've not been able to find any references to this library. How do I fix this error?

I did try some of the recommendations to project settings but no help so far. Any help would be greatly appreciated.

Thank you in advance,

Kumar

Continue reading...
 
Back
Top