example code to access some C++ classes in a DLL

Jimmy Retzlaff jimmy at retzlaff.com
Sat Feb 28 14:25:48 EST 2004


Torsten Mohr wrote:

> i have written a DLL that implements some C++ classes and
> their methods.  Now i would like to make the classes and
> their methods known to python.

Boost.Python is very good at this.

http://www.boost.org/libs/python/doc/

Jimmy





More information about the Python-list mailing list