Could use Cython. You're still going to have to use DLLs though. With
Python it's very hard to avoid DLLs.
Niall
On 13 Aug 2012 at 16:05, Murat Atalay wrote:
> Hello Everyone,
>
> Currently, I am trying to call C++ classes and functions from python inside
> my C++ program. I want to be able t
On 14/08/12 00:05, Murat Atalay wrote:
> Hello Everyone,
>
> Currently, I am trying to call C++ classes and functions from python
> inside my C++ program. I want to be able to edit the members and call
> functions from python. I am using VS2010 with boost libraries. Boost
> comes with very big em
Hello Everyone,
Currently, I am trying to call C++ classes and functions from python inside
my C++ program. I want to be able to edit the members and call functions
from python. I am using VS2010 with boost libraries. Boost comes with very
big embedding frame work and SWIG mix of C and C++ files a