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-tp5329p5339.html

Luigi Ballabio wrote
I open the solution in Visual C++ 2010, right-click on the NQuantLibc
project, select "properties", and there they are under "configuration
properties".  I'm attaching a screenshot.

Luigi
Thank you very much. I have a new error now, is this:

"Error 1 error LNK1104: cannot open file 'QuantLib-vc100-mt-gd.lib'"

Despite this error, project generation ends correctly, and for this, I try to use generated nquantlibc.dll but when I use the BasicPointValue function (now appears in CashFlows.cs), I receive this error:

"BPV calculation for security ES00000123B9 failed. Error Message: Unable to find an entry point named 'CSharp_CashFlows_basisPointValue__SWIG_4' in DLL 'NQuantLibc'."

Perhaps both errors are relacionated.

How can I resolve this issue?

Thank you very much.