fatal error LNK1104 'libboost_date_time_vc110-mt-gd-1.51.lib'

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


fatal error LNK1104 'libboost_date_time_vc110-mt-gd-1.51.lib'



I am trying to build a program made by someone else (VS2012) on visual studio 2017 and this isn't working.



1>LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc110-mt-gd-1_51.lib'



I'm not even sure why it is searching for this file specifically, besides all the files are -vc141- and not -vc110-. Is there any way to specify to look for any libboost_xxxx_-vc141-xxxx.lib? Is there any reason why it is searching for another vc format? I've checked the project's properties in C++General->Additionnal include directories, LinkerGeneral->Additional Library Directories and LinkerInput->additionnal dependencies and nothing mentions vc110.


-vc141-


-vc110-


libboost_xxxx_-vc141-xxxx.lib


C++General->Additionnal include directories


LinkerGeneral->Additional Library Directories


LinkerInput->additionnal dependencies


vc110





How do you expect us to help you, if you don't provide Minimal, Complete, and Verifiable example with your project configuration?
– Algirdas Preidžius
2 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

C# - How to create a semi transparent or blurred backcolor on windows form

Swipe gestures in WKWebView

How to populate data on nav-tab in partial View in MVC?