[vtk-developers] Kits, DLL boundaries, and the wrappers

Ben Boeckel ben.boeckel at kitware.com
Fri Nov 21 08:39:26 EST 2014


On Thu, Nov 20, 2014 at 15:36:37 -0700, David Gobbi wrote:
> One feature of the hierarchy files is that they list the library for each
> class.  The wrappers use this information in order to declare import or export
> linkage when necessary.  So I believe that, for kit wrapping, the hierarchy
> files will have to give the "kit" libraries rather than the "module" libraries.
>   Is this something that the new kit code does yet?

Yes, it appears the Hierarchy files should likely be listing the Kit
rather than the main module. But only for kit-aware wrappings (just
Python at the moment). I'll amend the branch.

--Ben


More information about the vtk-developers mailing list