<div dir="ltr">David,<div><br></div><div>Thank you for the clarification. As I am porting the application with VS2013, all the lib file names are mentioned under Project-> Properties->Linker->Input-> Additional dependencies.</div><div>Now I have to replace included 'vtkCommon.lib' with new modularised .lib file for building my application.</div><div>The project I have been porting, is not created with cmake_lists.txt. In this scenario, how will I be able to port the application?</div><div><br></div><div>Kindly provide me some information.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 15, 2015 at 11:13 AM, David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Kavya,<div><br></div><div>The problem you see is that VTK 5's vtkCommon.lib was split in VTK 6 into vtkCommonDataModel.lib, vtkCommonColor.lib, vtkCommonComputatinalGeometry.lib, vtkCommonCore.lib, vtkCommonExecutionModel.lib, vtkCommonMath.lib, vtkCommonMisc.lib, vtkCommonSystem.lib, and vtkCommonTransforms.lib. This is the modularization John referred to and its purpose was to make it possible to link to only small parts of VTK if you don't need all of it.</div><div><br></div><div>See: <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration" target="_blank">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a> for more information.</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></div>
<br><div class="gmail_quote"><div><div class="h5">On Tue, Sep 15, 2015 at 1:01 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><span>> I am new into VTK as well QT. I followed the installation procedure and<br>
> integrated VTK6.2 with QT5.5.0. As I am porting VTK5 application getting<br>
> linker error as "error LNL1104 Not able to open QVTK.lib, vtkCommon.lib' . I<br>
> have provided the path variables, still as library name doesnot match with<br>
> older version getting the error.<br>
><br>
> If anyone been successful in porting VTK5 to VTK6, could you please let me<br>
> know how did you modify the .lib files names?<br>
><br>
<br>
</span>It's much simpler to just use ${VTK_LIBRARIES} in your CMakeLists.txt<br>
instead of specifying individual libraries. There are quite a few<br>
libraries now with the modularization.<br>
<br>
John<br></div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>
</blockquote></div><br></div>