Using QuantLib for an Excel Add-In
Posted by Alex Fonseca on Aug 28, 2015; 6:19pm
URL: http://quantlib.414.s1.nabble.com/Using-QuantLib-for-an-Excel-Add-In-tp16857.html
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.