[C++-sig] Cross-module support?

Hugo van der Merwe hugo at adept.co.za
Sun Jun 29 15:14:43 CEST 2003


I am trying to wrap a library that has classes derived from a library
that has already been wrapped - is this currently possible? If not, I
am considering using some C++ code to do the parts of the work that
requires access to both libraries, in this case I believe each library
will need some "global registry" of sorts, so that the C++ code can
change data in each library with having to get/return data from/to
python.

Any other alternatives?

Thanks,
Hugo van der Merwe




More information about the Cplusplus-sig mailing list