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

David Abrahams dave at boost-consulting.com
Sun Jun 29 17:15:00 CEST 2003


Hugo van der Merwe <hugo at adept.co.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





More information about the Cplusplus-sig mailing list