[vtkusers] VTK/Java - Disable NativeLibrary loading inside vtkPanel/vtkCanvas

Lars Matthäus lars.matthaeus at web.de
Tue Sep 16 02:58:35 EDT 2014


+1

If well documented, it should cause no problems whatsoever.

Lars

Am 16.09.2014 um 00:43 schrieb Sebastien Jourdain:
> One more vote, and I'll merge it right away. ;-)
> 
> Glad, you all feel that way so far...
> 
> Seb
> 
> PS: May merge it tomorrow then...
> 
>     Il 13/set/2014 00:09 "Sebastien Jourdain"
>     <sebastien.jourdain at kitware.com
>     <mailto:sebastien.jourdain at kitware.com>> ha scritto:____
> 
>     Hi all,____
> 
>     __ __
> 
>     I've just made a topic on VTK to remove the automatic loading of the
>     native library that use to exist inside vtkPanel and vtkCanvas.
>     (Which could induce quite some issue in modular large application)____
> 
>     __ __
> 
>     But before merging it to VTK/master, I wanted your opinion specially
>     since it may change some behavior on your end. Specially if you were
>     relying on vtkPanel or vtkCanvas to load the VTK native library for
>     you.____
> 
>     __ __
> 
>     Instead, you will have to do it in your main by calling something
>     like ____
> 
>     __ __
> 
>       static { ____
> 
>           vtkNativeLibrary.LoadAllNativeLibraries();____
> 
>        }____
> 
>     __ __
> 
>     The topic can be found here: ____
> 
>     => http://review.source.kitware.com/#/t/4660/____
> 
>     __ __
> 
>     I'm targeting to merge the topic by the end of next week. So please
>     speak up if you have something to say... ;-)____
> 
>     __ __
> 
>     Happy VTK/Java !____
> 
>     __ __
> 
>     Seb____
> 
>     __ __


More information about the vtkusers mailing list