[C++-sig] Re: Cross-module support?
by David Abrahams other posts by this author
Jun 29 2003 3:15PM messages near this date
[C++-sig] Cross-module support?
|
Re: [C++-sig] Re: Interest in luabind
Hugo van der Merwe <hugo@[...].za> writes:
> I am trying to wrap a library that has classes derived from a library
> that has already been wrapped - is this currently possible?
Yes; it "just works", with some compiler-dependent caveats related to
downcasting polymorphic classes. See
http://aspn.activestate.com/ASPN/Mail/Message/1688156 for how to deal
with those if need automatic downcasting.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Hugo van der Merwe
David Abrahams
|