swig
Not able to run SWIG C# examples in VS 2010
I am trying to get SWIG to work with Visual Studio and C#. I downloaded swigwin-2.0.4.zip and converted the project to a VS 2010 project.[详细]
2023-03-21 12:44 分类:问答When is a typemap necessary for swig?
I have开发者_JAVA技巧 such a function in .i file: t_demo * t struct_new(); It seems I don\'t need any typemaps,it just works.[详细]
2023-03-21 01:24 分类:问答SWIG C++ Python: wrapping int by reference or pointer
I\'m trying to wrap some C++ functions into a Python wrapper. For this, it seems SWIG is a nice and easy way.[详细]
2023-03-20 19:50 分类:问答debugging a shared library wrapped by SWIG in perl
I have wrapped my C/C++ code using SWIG in Perl. I have few segmentation fault because of the wrapped code. I am trying to use ddd with the Perl script but unfortunately even if I set a breakpoint on[详细]
2023-03-20 05:40 分类:问答using swig to bind google protocol buffers
I\'m writing python program that needs to process a lot of small but complex protobuf-encoded messages. I tried to use the Python implementation of protocol buffers, which is written in pure python, b[详细]
2023-03-19 14:46 分类:问答problem redirecting stdout of C functions when imported in python
I wrote a simple C module which prints to stdout using printf. // sample.c func_print() { printf(\"Hello World!\\n\");[详细]
2023-03-19 06:12 分类:问答Python distutils with multiple versions of Visual C++
I have both Visual C++ 9.0 and 10.0 installed. I have a Python extension which uses swig. The setup.py script looks something like the following:[详细]
2023-03-19 03:22 分类:问答SWIG: String not being fully copied or displayed?
I need to send a pointer to a character array to one of my functions. To produce this char*, I use this function in one of my c files such that is called like this[详细]
2023-03-18 20:57 分类:问答Delegates in SWIG - C#
( complete duplicate of http://old.nabble.com/C%2B%2B-pointer-to-method-as-parameter-to-C--td17645155.html , but couldn\'t make the proposed macro work)[详细]
2023-03-18 16:49 分类:问答UnsatisfiedLinkError calling JNI generated by SWIG?
I\'m trying to create a C dynamic library that\'s callable from Java. I\'ve compiled a DLL under Cygwin, using SWIG to generate the J开发者_Go百科NI with the following makefile:[详细]
2023-03-18 05:29 分类:问答