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
Post a Comment