• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Boost C++ Libraries

Joined
3/21/08
Messages
587
Points
38
I am using Visual Studio 2019.
I have downloaded from this page and installed boost 1.75
The extracted libraries look fine
1616080924422.png
1616081086936.png

At the compile time I am getting this message cannot find "libboost........ mt-sgd-x32-1_75.lib"

D:\BOOST\boost_1_75_3\stage\lib looks like this
1616081278063.png

It does not appear libbost_timer_vc_142-mt-sgd-x32-1_75.lib
Can someone help me to identify what is going on? and how to correct this
Thanks.
1616081598493.png
 
you are doing sumpin' wrong..

You have to tell him WHERE to find lib (additional directories under Linker).
If you have used Boost before ..

or go back to 1.72 unless 1.75 is really necessary ;)

check project 64 bit with you x32.,lb
 

Attachments

  • boost.jpg
    boost.jpg
    152 KB · Views: 27
Last edited:
Normally I have 64 bit across the boards.

My Rule is

Let;s say Boost has a new version 1.75. Use is after about [6,9] months. Use stable 1.72.
When 1.80 comes along, then use 1.75.

No time to be a beta/acceptance tester for Boost.
 
Back
Top