<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Consolas}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"> </p>
<p class="MsoNormal">I have a plugin that uses vtkDelimitedTextReader, which compiles and links and runs perfectly on linux64 – but produces a link error on Win64</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Error      1              error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class vtkDelimitedTextReader * __cdecl vtkDelimitedTextReader::New(void)" (__imp_?New@vtkDelimitedTextReader@@SAPEAV1@XZ) referenced
 in function "public: static class vtkSmartPointer<class vtkDelimitedTextReader> __cdecl vtkSmartPointer<class vtkDelimitedTextReader>::New(void)" (?New@?$vtkSmartPointer@VvtkDelimitedTextReader@@@@SA?AV1@XZ)                “somepath”\Plugins\MSIAMTISource\MSIAMTISource.obj        
 MSIAMTISource</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Here is the cmake – from searches of the list I think the missing vtkIOInfovis lib goes in TARGET_LINK_LIBRARIES – but maybe not…</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">SET(PLUGIN_NAME MSIAMTISource)</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">SET(PLUGIN_VERSION "1.0")</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white"> </span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">include_directories(${VTK_INCLUDE_DIRS})</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white"> </span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">ADD_PARAVIEW_PLUGIN(MSIAMTISource "1.0"</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">     SERVER_MANAGER_XML MSIAMTISource.xml</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">     SERVER_MANAGER_SOURCES MSIAMTISource.cxx</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">)</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white"> </span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black; background:white">TARGET_LINK_LIBRARIES(vtkIOInfovis)</span><span style="font-size:9.5pt; font-family:Consolas; color:black"></span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black"> </span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black">Any ideas welcome !</span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black"> </span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black">Thanks,</span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black"> </span></p>
<p class="MsoNormal"><span style="font-size:9.5pt; font-family:Consolas; color:black">MarkC</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This email and its attachments may contain MicroSeismic Inc. proprietary information, which is PRIVILEGED, CONFIDENTIAL, or subject to COPYRIGHT belonging to MicroSeismic Inc. This email is intended solely for the use of the individual or entity to which it
 is addressed. If you are not the intended recipient of this email, or the employee or agent responsible for delivering this email to the intended recipient you are hereby notified that any dissemination, distribution, copying, or action taken in relation to
 the contents of and attachments to this email is STRICTLY PROHIBITED and may be UNLAWFUL. If you have received this email in error, please notify the sender immediately and permanently delete the original and any copy of this email and any printout. Thank
 You.<br>
</font>
</body>
</html>