<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></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.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></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.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I get the following errors in the command window:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="color:red">Exception in thread "main" java.lang.UnsatisfiedLinkError: vtk.vtkTransform.GetClassName_0()Ljava/lang/String;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.GetClassName_0(Native Method)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.GetClassName(vtkTransform.java:12)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkJavaMemoryManagerImpl.registerJavaObject(vtkJavaMemoryManagerImpl.java:85)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkObjectBase.<init>(vtkObjectBase.java:44)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkObject.<init>(vtkObject.java:94)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkAbstractTransform.<init>(vtkAbstractTransform.java:134)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkHomogeneousTransform.<init>(vtkHomogeneousTransform.java:50)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkLinearTransform.<init>(vtkLinearTransform.java:110)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:red">        at vtk.vtkTransform.<init>(vtkTransform.java:198)</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My question, is there some setting within CMAKE or in the VTK files to get these other files created?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks so much!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></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..
</body>
</html>