1

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?

4

1 回答 1

1

解决了!事实上,默认情况下没有安装 MFC。我不得不去 Control Panel-> Uninstall a program -> Visual Studio 2012 right click -> Change 。然后检查安装MFC,就是这样。

谢谢大家的帮助!

于 2013-09-05T15:38:13.307 回答