Re: BasisPointValue method does not exist in QuantLib for C#

Posted by sergvil on
URL: http://quantlib.414.s1.nabble.com/BasisPointValue-method-does-not-exist-in-QuantLib-for-C-tp5329p5337.html


Luigi Ballabio wrote
QL_DIR should work, but if it doesn't, either add the QuantLib directory
to the include directories in the VS2010 project (it's in the
properties, under VC++ directories) or try setting the INCLUDE
environment variable to the same directory.  If the linker complains
too, do the same for the library directories in the properties or the
LIB environment variable (for the linker, though, you'll need to set the
dir to [your QuantLib directory]\lib, not just the directory).
Finally I could compile SWIG with the new CashFlows.i interface, but I'm stuck with VS2010 issue.

I have been looking at project properties looking for VC++ directories and I haven´t find them.

¿Can you explain me step by step how to resolve this?

Thank you very much.