<div dir="ltr">Summary:<div><br></div><div>Looks like those examples have not been updated to VTK6's refactored build system. Which examples do you seeing this with?<div><div><br></div><div>Details:</div><div><br></div><div>in 6, we modularized VTK (increased sub-library granularity). At the same time brought in the idea of interface modules. Now you can do things like use something other than OpenGL for rendering (Rendering/OpenGL module and Rendering/OpenGL2 module both implement the Rendering/Core module's interface specification).</div><div><br></div><div>What is missing in these examples is that they aren't stating that they use the OpenGL module. See the implementation modules discussion in <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration#Implementation_Modules">http://www.vtk.org/Wiki/VTK/Build_System_Migration#Implementation_Modules</a> for details.</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Wed, Dec 3, 2014 at 4:17 PM, Huantes, Dan F (TASC) <span dir="ltr"><<a href="mailto:Dan.Huantes@tasc.com" target="_blank">Dan.Huantes@tasc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">
<div style="font-family:Tahoma;font-size:13px">Excuse the Newbie Question....
<div><br>
</div>
<div>But....</div>
<div>
<div style="font-size:13px"><br>
</div>
<div style="font-size:13px">I just cloned VTK and ran cmake for Visual Studio 2012 (i.e. Generator = "Visual Studio 11 Win64) and both Debug and Release build with no errors.  yay!!..</div>
<div style="font-size:13px"><br>
</div>
<div style="font-size:13px">I tried to run several of the examples and the vast majority of them display a vtkOutputWindow and give the following errors:</div>
<div style="font-size:13px"><br>
</div>
<div style="font-size:13px">Generic Warning: In ..\..\..\Rendering\Core\vtkProperty.cxx, line 45</div>
<div style="font-size:13px">Error: no override found for 'vtkProperty'.</div>
<div style="font-size:13px"><br>
</div>
<div style="font-size:13px">
<div style="font-size:13px">Generic Warning: In ..\..\..\Rendering\Core\vtkRenderer.cxx, line 46</div>
<div style="font-size:13px">Error: no override found for 'vtkRenderer'.</div>
<div><br>
</div>
<div>Walking through the problem, it looks like I haven't set the VTK_AUTOLOAD_PATH environmental variable.  I'm going to look and see what this should be set to... Don't recall being prompted for this one by the configuration process.  But I could be wrong....
  </div>
<div><br>
</div>
<div>Any insights would be appreciated.  Thank you.</div>
<div><br>
</div>
<div>Dan </div>
<div><br>
</div>
</div>
</div>
</div>
</div>
<p><font size="1" face="arial" color="gray">CONFIDENTIALITY NOTICE: This message and any attachments or files transmitted with it (collectively, the "Message") are intended only for the addressee and may contain information that is privileged, proprietary and/or
 prohibited from disclosure by law or contract. If you are not the intended recipient: (a) please do not read, copy or retransmit the Message; (b) permanently delete and/or destroy all electronic and hard copies of the Message; (c) notify us by return email;
 and (d) you are hereby notified that any dissemination, distribution or copying of the Message is strictly prohibited.
</font></p>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>