swig
how can 'const unsigned char *' be wrapped with swig for java
How开发者_如何学Python can the following C function be wrapped with SWIG? int add_option(const unsigned char *data);[详细]
2023-03-13 02:55 分类:问答Difference between "%include" and "#include"
In SWIG, what is the difference开发者_StackOverflow between the \"%include\" directive, and the standard C \"#include\"?[详细]
2023-03-11 19:11 分类:问答Swig + tcl + c++ (memory managment)
I have a procedure in tcl that again call a c++ method using interface created by swig. The procedure returns a list of pointers. I开发者_JAVA百科 checked ownership for a single element in the List in[详细]
2023-03-11 14:52 分类:问答How to overload the subscript operator with swig Python
I have a class which 开发者_JAVA技巧contains a std::vector<Foo> where Foo is a class containing a key, value, comment, etc. Please note that there is a reason why I am using a vector and not a d[详细]
2023-03-10 05:03 分类:问答Wrapping template template parameter class with SWIG
I have a C++ class like the following: template< template<typename> class ContainerType, typename MemberType>[详细]
2023-03-09 20:18 分类:问答How to configure swig to map size_t as ulong instead of uint (c#) in 64 bit platforms
The problem is that swig is mapping size_t variables as uint in c# this is correct in 32 bit, but I need to create the wrapper for the 64 bit version too. I need help with the configuration of the int[详细]
2023-03-08 16:36 分类:问答passing pyqt object to swig exported c++ code
anyone knows if there exists a method for passing pyQt objects to c++ code? I\'ll explain better; say i have this c++ code[详细]
2023-03-07 17:41 分类:问答How to SWIG in VS2010?
Hey Everybody, I\'m trying to SWIG a multi file project that I made in VS2010 (c++) to python. I\'ve managed to link the Python开发者_如何学Go26.lib file, and have SWIG generating a wrapper .cpp file[详细]
2023-03-05 00:34 分类:问答Extending embedded Python in C++ - Design to interact with C++ instances
There are several packages out there that help in automating the task of writing bindings between C\\C++ and other languages.[详细]
2023-03-04 22:43 分类:问答Is there a way to rebuild Python Subversion bindings on Linux?
I\'m running Trac on a CentOS 5 host and it was running horribly slow. I tried installing Python 2.6 from the EPEL (plus mod_wsgi) and it is more responsive but I now get:[详细]
2023-03-03 10:27 分类:问答