Login  Register

Writing C++ Add-In Using quantLIb

Posted by Alex Fonseca on Aug 28, 2015; 6:21pm
URL: http://quantlib.414.s1.nabble.com/Writing-C-Add-In-Using-quantLIb-tp16858.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?