Question

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?

Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top