Boost C++ Libraries: Ticket #11320: error link boost lib filesystem and serialisation https://svn.boost.org/trac10/ticket/11320 <p> hello I'm on Visual studio 2013 I try to use managed c++ to create gui, my project use an unmanaged c++ lib with using boost filesystem and serialisation library but visual c++ throw a link error : visual c++ error lnk1104 cannot open file 'boost_serialization-vc120-mt-gd-1_56.lib' when i comment the include of serialisation header I've the same error with filesystem and when i comment the both ligne i've no error with the others boost lib </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11320 Trac 1.4.3 Beman Dawes Sun, 30 Aug 2015 20:28:41 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11320#comment:1 https://svn.boost.org/trac10/ticket/11320#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> <p> This sort of question is best asked on the Boost Users mailing list. You will get a faster response there. </p> <p> Serialization and Filesystem are compiled libraries. Many other boost libraries are header only, so that might explain why the other libraries work, but these two do not work. If that is the case, check that the VC++ IDE Property Pages | Linker | General | Additional Library Directories path is set correctly, and that the .lib files are actually present at that location. </p> <p> HTH, </p> <p> --Beman </p> Ticket