Hi,
I'm using C#/SWIG to access QuantLib functionality. When trying to generated MultiPath scenarios I came across an issue that MultiPath C# class i lacking methods/operators to access inner paths. Could you please explain how to add missing bindings? Perhaps someone came across the same issue, and could provide code examples? I understand the general principle: 1. Update bindings file (*.i) - montecarlo.i 2. Add bindings to required methods 3. Run Swig.exe on updated *.i 4. Recompile cpp and C# projects As I have not worked with SWIG before, i'm struggling with #2. Hope some can point me in the right direction. Thank you, S. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I tried using 1.2.0 trunk version, which seems to have a more up-to-date bindings. But after downloading 1.2.0 quantlib trunk, I was not able to compile.
So instead i borrowed updated binding definition for MultiPath from 1.2.0 trunk, and compiled it along with other bindings from 1.0 version. That worked, and now I have access to Path function of MultiPath.
|
Free forum by Nabble | Edit this page |