Login  Register

Using QuantLib for an Excel Add-In

classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Using QuantLib for an Excel Add-In

Alex Fonseca
Hi

I am writing a c++  add-in to excel using QuantLib.

I set the library as a reference with

#include<...\ql\quantlib.hpp>

However when I write using namespace QuantLib, it doesnt recognize this QuantLib.

Any idea why this is happening?


Thks.