14 Jul
2019
14 Jul
'19
11:42 p.m.
On 15/07/2019 01:32, Paul A Bristow wrote:
I recently installed Visual Studio 2019 and then Boost and Quantlib. I tried to compile Quantlb with the precompiled 1.70 boost. I go the error message: LINK : fatal error LNK1104: cannot open file 'libboost_unit_test_framework- vc142-mt-gd-x64-1_70.lib' [...] I think you will need to compile the libraries yourself - you will only have the 1.41 in the prebuilt libraries.
Another option is to ensure that the v141 toolset is selected in all of your VS2019 projects. (This will of course use the older compiler, which may have its own caveats.)