Hi,
I am embedding Python with a C++ app and need to provide the Python
world with access to objects & data with the C++ world.
I am aware or SWIG, BOOST, SIP. Are there more?
I welcome comments of the pros/cons of each and recommendations on when
it appropriate to select one over the others.
Thanks in advance.
Alan
I am embedding Python with a C++ app and need to provide the Python
world with access to objects & data with the C++ world.
I am aware or SWIG, BOOST, SIP. Are there more?
I welcome comments of the pros/cons of each and recommendations on when
it appropriate to select one over the others.
Thanks in advance.
Alan
Comment