swig
SWIG : unrecognized template type contained in vector
I can\'t manage to have a valid SWIG output from a definition like this : std::vector< namespaceA::refPtr< namespaceB::myObj > >[详细]
2023-03-01 21:12 分类:问答Can I use generated swig code to convert C++ object to PyObject?
I\'m working on embedding python into my C++ program using swig. At the moment I have a object written in C++ which I want to pass to a python function. I\'ve created the swig interface t开发者_StackO[详细]
2023-03-01 17:02 分类:问答Calling C callback from Ruby using SWIG
I\'m trying to create bindings for a C library to Ruby via SWIG (2.0.3). Say, we have a function prototype in C that reads:[详细]
2023-03-01 14:32 分类:问答SWIG: How to wrap boost::shared_ptr to std::vector?
I have some C++ code that returns a boost::shared_ptr to a std::vector, however I am unable to get SWIG to wrap this correctly to make the object iterable in Python.Without the boost::shared_ptr it wo[详细]
2023-03-01 12:22 分类:问答SwigPyObject and JSON communication inside python code
Intro. I have a C++ application, I use SWIG to launch GetObjects and PutObjects methods which are defined in python code. GetObjects method opens JSON format开发者_运维百科ed file, takes objects from[详细]
2023-02-28 07:22 分类:问答Error on making CFFI wrapper for BWAPI library (C++) by SWIG
I\'m trying to make a CFFI wrapper for BWAPI (which was written on C++ ) from http://code.google.com/p/bwapi/ ,by modifying another BWAPI-bridge (which was written on C#) http://code.google.com/p/bwap[详细]
2023-02-28 04:38 分类:问答can't install webpay extension with php?
I am trying to install webpaySWIG extension in my local but it shows some errors. what i have done is cd webpaySWIG-3.2 (this is the location for extesion)[详细]
2023-02-26 19:32 分类:问答Android, SWIG and bidirectional communication
I have a C++ api I can\'t change which: exposes object (easy) exposes interfaces that have to be derived by caller (classical trigger-listener design pattern).[详细]
2023-02-25 21:28 分类:问答SWIG - Wrap C string array to python list
开发者_如何学运维I was wondering what is the correct way to wrap an array of strings in C to a Python list using SWIG.[详细]
2023-02-25 03:31 分类:问答Linking problem as I am making python module using OpenSSL + SWIG
I have a C file dtls_udp_echo.c in which I use SSL functions. I am trying to create a Python wrapper for this file using SWIG. I\'ve done the following steps:[详细]
2023-02-25 03:28 分类:问答