quantlib-swig
Do QuantLib 1.1 + SWIG + Ruby 1.9 work on Mac?
For starters I would like to find out whether the latest version of QuantLib 1.1 is working with its Ruby bindings via SWIG with Ruby 1.9 on a Mac.[详细]
2023-03-23 22:36 分类:问答Swig c++/c# keep getting "Type Initialized Exception"
I am currently creating my first swig project. I have some c++ code, where i am using 1 of the classes functions in my c# UI. I have created a .i file that looks something like this:[详细]
2023-03-14 18:44 分类:问答Building QuantLib python bindings on windows 7: 'unrecognized command line option '-mno-cygwin''
I\'m trying to build the QuantLib Python bindings. I managed to build QuantLib using these instructions (I found the libboost_serialization files here). When I try python setup.py build, I get the fol[详细]
2023-03-11 20:02 分类:问答Exposing Quantlib and another library to C# via SWIG
Compiling and linking Quantlib takes some time, as it is not a small project. I am building some additional functionality on top of Quantlib, and I want to keep this additional functionality in a sepa[详细]
2023-02-15 10:16 分类:问答How to debug into Quantlib via SWIG from my C# unit test
I h开发者_运维知识库ave a module in Quantlib that does not work right when I invoke it from C# via SWIG. Is there a way I could debug into Quantlib from my C# unit test?No one else has answered yet, s[详细]
2023-02-15 02:30 分类:问答