Initialization Lua Python Swig Swig Bindings For Python/lua Do Not Initialize Member Data Properly April 19, 2024 Post a Comment I'm trying to build a set of Lua bindings for a collection of C++ classes, but have been toying… Read more Swig Bindings For Python/lua Do Not Initialize Member Data Properly
C++ Code Generation Python Swig Unit Testing How Should I Unit Test A Code-generator? March 21, 2024 Post a Comment This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?
C Pointers Python Struct Swig Swig Function With Pointer Struct March 20, 2024 Post a Comment Im new using SWIG to wrapped C shared library. I have problem to call a C function with Struct poin… Read more Swig Function With Pointer Struct
Python Swig Can I Use Generated Swig Code To Convert C++ Object To Pyobject? March 07, 2024 Post a Comment I'm working on embedding python into my C++ program using swig. At the moment I have a object w… Read more Can I Use Generated Swig Code To Convert C++ Object To Pyobject?
C Python Swig Swig Struct Pointer As Output Parameter February 03, 2024 Post a Comment I have a struct: struct some_struct_s { int arg1; int arg2; }; I have a C function: int func… Read more Swig Struct Pointer As Output Parameter
Python Swig A Trivial Python Swig Error Question December 13, 2023 Post a Comment I am trying to get Python running with swig to do C/C++. I am running the tutorial here, 'buil… Read more A Trivial Python Swig Error Question