<p>Hi, I&#39;m getting a following error during linking: </p><p>Error 1 fatal error LNK1104: cannot open file &#39;vtkPatented.lib&#39;</p>I&#39;m using VS2008 and I have compiled VTK out source. I wanted to complieVTK&#39;s example source ( <a href="http://www.vtk.org/VTK/help/examplecode.html">http://www.vtk.org/VTK/help/examplecode.html</a> ). This is my first C++ tryout, before I&#39;ve been using java and vtk. Have I done something wrong during VTK library compilation? Why it hasn&#39;t been created? What&#39;s the name of project (set of classess) responsible for creation this lib? How can I build only this lib (and I assume also dll) without having to compile the whole library once again? Is this extra small package recompilation indeed indispensable to have an example working?<br>
<br>Thanks in advance,<br><br>Gregory<br><br>