Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling boost 1.52 with VS2012
    primarykey
    data
    text
    <p>I followed these instructions to install boost and to compile all libraries:</p> <p><a href="https://www.quantnet.com/threads/tutorial-quantlib-boost-installation-in-visual-studio-2012.11891/" rel="nofollow">https://www.quantnet.com/threads/tutorial-quantlib-boost-installation-in-visual-studio-2012.11891/</a></p> <blockquote> <p>Boost Installation The Boost library can be downloaded here. Currently, the latest version available is Boost 1.52.0. You can build boost by following the instruction here. </p> <p>Alternative you can download a pre-built lib from here. Once downloaded, copy the installer into the Boost 1.52.0 folder and run it. Rename the folder to lib once done.</p> </blockquote> <p>So I downloaded boost 1.52, then copied that to C:\Program Files (x86)\boost\</p> <p>I then downloaded the 1.52 64 bit installer and once downloaded, pasted that to:</p> <p>C:\Program Files (x86)\boost\boost_1_52_0\boost_1_52_0\</p> <p>I executed the installer- it said "extracting" and then many library names.</p> <p>I then renamed the last folder to lib, so that I had:</p> <p>C:\Program Files (x86)\boost\boost_1_52_0\lib\</p> <p>In my VS2012 I then added the previous directory to my project. The project then starting parsing through the libraries and I had no linker errors. However, when building the project I still got:</p> <blockquote> <p>LINK: fatal error LNK1104: cannot open file 'libboost_date_time-iw-mt-gd-1_52.lib'</p> </blockquote> <p>(The only usage of boost in my project is file_mapping and mapped_region)</p> <p>Help?</p> <p>EDIT: I am aware about some libraries needing to be compiled separately in boost. I thought the above was to achieve this? If not, could someone please advise how because this really becomes a pain.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload