swig
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 分类:问答SWIG with C++ templates: undefined symbol
C++ Templates and SWIG aren\'t playing nicely together for me. When I try to import my module I get the开发者_开发技巧 error[详细]
2023-02-14 23:41 分类:问答python/c++ wrapping on Snow Leopard
I create a dynamic library and 开发者_如何学Cthen using swig under snow leopard but when I import my module[详细]
2023-02-14 12:30 分类:问答Recommended approaches for making my code swiggable?
I\'m currently refactoring a Tcl plugin library written in C++. Originally the code was hand-written. A second library exists that does the same thing for Java.[详细]
2023-02-14 12:08 分类:问答Problems trying to build PocketSphinxAndroidDemo using NDK
I am trying to compile PocketSphinxAndroidDemo, which provides an example implementation of the CMU pocketsphinx speech recognizer on Android. I first received an error similar to the discussion here.[详细]
2023-02-14 04:23 分类:问答SWIG Python and C++ std::string null-termination problem [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: How Python can get binary data(char*) from C++ by SWIG?[详细]
2023-02-13 01:25 分类:问答How to use autotools to build Python interface at same time as library
I currently have a library written in C++, building with the GNU autotools, and I\'d like to add a Python interface to it.Using SWIG I have developed the interface, but I\'m having some trouble figuri[详细]
2023-02-12 18:05 分类:问答Swig: Calling struct pointers from Java
I have the following line of code inside the c.h file: typedef struct ppr_my_struct* ppr_my_type; I should mention that ppr_my_type is not defined in any of the .h files[详细]
2023-02-11 13:06 分类:问答swig, python and wchar_t problem
I am new to the Python C binding swig and have been trying to solve this problem for a while now. I have an external C library (Example.c) that I would like to call from Python. I read Swig tutorial a[详细]
2023-02-10 16:05 分类:问答