Hi, I have written a sample DLL in C++. It has a class and functions for add, sub, mul and div.
I wrote a wrapper class in the same file as BOOST_PYTHON_MODULE(hello). Now when I compiled this DLL, I get Test.DLL. Now from Python, I wrote a script to load this Test.DLL. How can I access add, sub and other functions in my Python script? Request anybody to help me on this. Regards, Raju.
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig