fatal error LNK1104: cannot open file 'mfc110d.lib'

只谈情不闲聊 提交于 2019-12-06 14:41:07

问题


I am currently developing a program in VS c++ 2012 ( Ultimate trial version). It uses 3rd part lib ( Qt5.1.1 x64 and openCV 2.4.5 ). When I try to build it it gives " fatal error LNK1104: cannot open file 'mfc110d.lib'". I tried to find this lib but it seems that it does not exist on my machine. This project was initially developed on a different machine. Have anyone met this problem before?


回答1:


Solved! Indeed, MFC was not installed by default. I had to go to Control Panel-> Uninstall a program -> Visual Studio 2012 right click -> Change . Then check Install MFC and that's it.

Thank you all for your help!



来源:https://stackoverflow.com/questions/18630425/fatal-error-lnk1104-cannot-open-file-mfc110d-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!