Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swig

How to add an alternative constructor to the target language (specifically Python) in SWIG wrapping C++ code

How to expose array of C strings char[M][N] in SWIG?

python swig

Problems with C++, Python 3.7.4, SWIG 4.0.0 and Windows 10 - ModuleNotFoundError

SWIG_exception() prints SWIG_RuntimeError as string

c++ exception lua swig

Calling exit() in C++ library terminates python script that wrapps that library using swig

python c++ swig

Use method inherited from abtract C++ class in a Python class (SWIG)

c++ python swig

How can I make dir(obj) return non-function members in swig generated python classes?

python swig

SWIG 'cstring.i' Python return byte type instead of string type

python swig

How to access SWIG Python generated Abstract c++ Class Methods?

python c++ swig

Cross platform C++ in C# .net Core/5 application

c# c++ .net-core swig

How can I make SWIG return unicode objects for strings in Python 2?

SWIG+c+Python: Passing and receiving c arrays

python c++ c swig

Can we use SWIG to make python bindings for Qt application?

python c++ qt swig

why python can import a shared library as a module?

python swig

How to make interface for std::pair<> with no default constructor in swig & python?

python c++ swig