[vtkusers] vtk and plugins
Florian Schmidt
mista.tapas at gmx.net
Thu Feb 6 11:49:50 EST 2003
On Thu, 6 Feb 2003 11:52:29 -0000
"John Biddiscombe" <jbiddiscombe at skippingmouse.co.uk> wrote:
> Florian,
>
> You'll need to ensure that you and your plugin-witers use the same
> version of vtk. A stable release such as 4.0, 4.2 etc should be agreed
> upon.
>
> You'll nede to ensure you and your plugin-writers use the same
> compiler. Inheriting classes from a dll compiled with microsoft will
> not work with a borland compiler etc.
>
> You'll need to ensure that link options are compatible. Most
> importantly is the memory manager used (heap). If objects are
> allocated in an app and freed in a plugin or vice versa, you'll get
> monstrous results. Best if the plugin-writers are compiling using
> dll's and libs provided with the main app.
Thanks for the info.
Regards Florian Schmidt
--
mista.tapas at gmx.net
http://www.arted.biz/mista.tapas
More information about the vtkusers
mailing list