Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
How to link my own project to QuantLib?:dance:Hey David, thanks for all these detailed instruction. It seems to work well with the examples, yet I have difficulty in using QuantLib in my own projects. I've made the following attempts in my own project:(1) #include <ql/quantlib.hpp>(2) Set my project depends on QuantLib Then it reports fatal error C1083: cannot open open include file: "ql/quantlib.hpp" No such file or directory. What's the problem?:dance: Could you give a tutorial on how to configure a project so that it can access QuantLib? Thanks
How to link my own project to QuantLib?
:dance:
Hey David, thanks for all these detailed instruction. It seems to work well with the examples, yet I have difficulty in using QuantLib in my own projects.
I've made the following attempts in my own project:
(1) #include <ql/quantlib.hpp>
(2) Set my project depends on QuantLib
Then it reports fatal error C1083: cannot open open include file: "ql/quantlib.hpp" No such file or directory. What's the problem?
Could you give a tutorial on how to configure a project so that it can access QuantLib? Thanks