<div dir="ltr">Those file will be embedded into other module level dll. So you won't find a vtkTransform.dll.<div><br></div><div>Usually the error you are seeing is related to the fact that the vtk dlls files are not available in the system path of Windows.</div><div><br></div><div>HTH,</div><div><br></div><div>Seb</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 20, 2018 at 4:08 PM <<a href="mailto:Anthony.Iyoho@l3t.com">Anthony.Iyoho@l3t.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-5291493624612380147WordSection1">
<p class="MsoNormal">Hello,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I'm trying to install the latest version of VTK (8.1.1) using Cmake 3.12.2 on Windows 10 (64 bit). The reason, a specific Java GUI that I'm trying to run requires VTK.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I'm running into issues because the GUI requires 'vtkTransform', 'vtkJavaMemoryManagerImpl', 'vtkLinearTransorm','vtkAbstractTransform' and a few others, which I probably don't need to all name. However, when I run CMAKE to configure/generate,
 no dll is created for these particular required files.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I get the following errors in the command window:<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="color:red">Exception in thread "main" java.lang.UnsatisfiedLinkError: vtk.vtkTransform.GetClassName_0()Ljava/lang/String;<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.GetClassName_0(Native Method)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.GetClassName(vtkTransform.java:12)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkJavaMemoryManagerImpl.registerJavaObject(vtkJavaMemoryManagerImpl.java:85)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkObjectBase.<init>(vtkObjectBase.java:44)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkObject.<init>(vtkObject.java:94)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkAbstractTransform.<init>(vtkAbstractTransform.java:134)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkHomogeneousTransform.<init>(vtkHomogeneousTransform.java:50)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkLinearTransform.<init>(vtkLinearTransform.java:110)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.<init>(vtkTransform.java:198)</span><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">My question, is there some setting within CMAKE or in the VTK files to get these other files created?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks so much!<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
------------------------------------------- CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient and may contain material that is proprietary, confidential, privileged or otherwise legally protected or restricted
 under applicable government laws. Any review, disclosure, distributing or other use without expressed permission of the sender is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies without reading, printing,
 or saving..
</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="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>