c++ - Error cannot open file 'mfc80u.lib' in Visual studio Community 2013 -


i have existing solution created vs2005. , using visual studio community 2013. when attempting link, following error:

error 3 error lnk1104: cannot open file 'mfc80u.lib'

we not specify dependency. have set "use mfc in shared dll" use of mfc.

there mfc120u.lib in c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\lib directory.

apparently, old vs2005 mfc runtime still being linked. can do:

  • check libraries present in configuration properties->linker->input
  • when not resolve problem, open .vcxproj file in text editor , search 'mfc80u.lib', , remove it.

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -