[vtkusers] Migrate from VTK 4.2 to 7.0, supporting functions and libraries

Dženan Zukić dzenanz at gmail.com
Mon Dec 28 15:45:15 EST 2015


Hi Dennis,

if you try to use VTK7, you can link against only a subset of vtkRendering*
libraries (the ones which your application actually uses),
e.g. vtkRenderingCore-7.0.lib and vtkRenderingOpenGL-7.0.lib.

As you did not specify what kind of application it is, we can only guess
how hard would it be to CMakify
<http://www.kitware.com/news/home/browse/CMake%3F2003_10_30%26Cross-Platform+Software+Development+Using+CMake>
it. If you CMakify your application, linking against VTK can be
accomplished in a simple way provided in this example
<http://www.vtk.org/Wiki/VTK/Tutorials/CMakeListsFile>.

HTH,
Dženan

On Mon, Dec 28, 2015 at 2:21 PM, John Drescher <drescherjm at gmail.com> wrote:

> > I take 1 step back by using VTK version 5.10.1. The output libraries
> > structure is similar to VTK version 4.2.
> > Hopefully I can integrate the VTK libraries version 5.10.1 with my
> upgraded
> > application.
> >
> I think this will simplify your porting task.
>
> John
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151228/d0527323/attachment.html>


More information about the vtkusers mailing list