Reply to thread

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


Back
Top Bottom