Login  Register

Re: Error LNK1104 - cannot open file 'QuantLib-vc140-mt-s.lib'

Posted by ponram on May 05, 2017; 1:57am
URL: http://quantlib.414.s1.nabble.com/Error-LNK1104-cannot-open-file-QuantLib-vc140-mt-s-lib-tp18229p18250.html

Hi William,

I incorporated your changes and it produced QuantLib-vc141-mt-gd.lib file. However, the linker gave me the following error:

2>libboost_unit_test_framework-vc141-mt-gd-1_64.lib(test_tree.obj) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
2>Done building project "testsuite.vcxproj" -- FAILED.

Do i need to do any separate build for boost binaries? I used the installer for boost_1_64_0.

Thanks