[C++-sig] Cross-module support?
by Hugo van der Merwe other posts by this author
Jun 29 2003 1:14PM messages near this date
[C++-sig] Virus
|
[C++-sig] Re: Cross-module support?
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
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Hugo van der Merwe
David Abrahams
|