error LNK1104: cannot open file 'mfc90u.lib'

asked 2015-03-02 13:15:26 -0600

Adarsh gravatar image

I have converted VC++ project from VS2008 to VS2012. After the conversion i am getting the linker error, error LNK1104: cannot open file 'mfc90u.lib' . I am not explicitly referring mfc90u.lib in my vcproj file. I added vc110u.lib under Configuration Properties-> Linker -> Input -> Additional Dependencies. but still the issue is not resolved. Any help to resolve this issue will be appreciated.

Thanks, Adarsh

edit retag flag offensive close merge delete