• 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!

Tutorial: QuantLib Installation in Visual Studio 2013

I'm interested in seeing some example projects in Quant Lib within my Visual Studio 2015 Community Edition IDE. But I cannot manage to link my boost library to my Quant Lib project (I opened the solution file QuantLib-1.7/QuantLib_vc14.sln) because its 'Property Pages' look different.... (See attached)

How can I link my boost library to Quant Lib in Visual Studio 2015 Community?

Regards,
Devin
 

Attachments

  • QuantLib.JPG
    QuantLib.JPG
    80.4 KB · Views: 46
Do you have a link to QL 1.7 install page?

You need the _right_ version of Boost for VC2015.
 
Back
Top