I would like to be able to use the Google page-speed SDK ( http://code.google.com/p/开发者_开发问答page-speed/ ) from within managed code ( C# ) I am a bit out of my depth, so if anyone can explain wh
EDIT: Solved, my mistake; explained in my answer. I have this: std::vector < boost::shared_ptr < Entity > > entities;
Is there a way for C++ objects, wrapped by SWIG, to carry custom Python data with them as they pass back and forth between C++ and Python? Example:
I\'m using SWIG to make my C code work 开发者_如何学Con php...But I don\'t figure out how to write a good interface based on my C code to pass to SWIG.Can somebody help me? The link to see what my C c
I am learnin开发者_JAVA百科g how to use SWIG, and I am writing a php wrapper for a C library. The extension successfully compiles, but when I try to call the function I get this error:
I\'m trying to redirect the output from a SWIG-wrapped C module to a python class. The SWIG caller is a python class which already has sys.stdout overwritten in the following way:
The need is to export to python with swig a portion of a templated class with some static members. All compiles well and the module is correctly created with the name _pipeit.so; the problem comes whe
I\'m trying to make it easy for me to move binary data between Perl and my C++ library. I created a c++ struct to hand the binary_data:
I\'m facing a similar issue to Wrap std::vector of std::vectors, C++ SWIG Python - but it\'s not just simple C++ parsing. I have the following in my C++ code
I\'m trying to figure out how to use SWIG to wrap a c++ function that returns 2d vector to python.I have the file functions.h