<div dir="ltr"><div><div>1) Can you provide a small, compilable example that fails?<br></div>2) You could try some of the VTK Wiki Examples.<br><a href="http://www.vtk.org/Wiki/VTK/Examples">http://www.vtk.org/Wiki/VTK/Examples</a><br>
3) Find one that uses a class that is failing.<br></div>    for example, in google search:<br><pre><font>site:<a href="http://vtk.org/Wiki/VTK/Examples">vtk.org/Wiki/VTK/Examples</a> vtkImageViewer2</font></pre></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 11:24 AM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Have you run one of the failing programs in the VS debugger?<br><br></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 11:10 AM, Joseph Melnyk <span dir="ltr">&lt;<a href="mailto:JMelnyk@pile.com" target="_blank">JMelnyk@pile.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div bgcolor="white" link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="color:#1f497d">Thanks for your suggestion.  This is the definition I tried when I mentioned definition of VTK AUTOINIT.  The links you mentioned, and the ones I did, all discuss this within the context of the New() function
 returning a NULL value, however, not generating an exception.  As I said, I tried them anyway with no success.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#1f497d">Joseph Melnyk<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:#1f497d"><u></u> <u></u></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext"> Frédéric Speisser [mailto:<a href="mailto:speisser@kappaeng.com" target="_blank">speisser@kappaeng.com</a>]
<br>
<b>Sent:</b> Tuesday, July 23, 2013 9:56 AM<br>
<b>To:</b> Joseph Melnyk<br>
<b>Cc:</b> <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br>
<b>Subject:</b> Re: [vtkusers] VTK 6.0 with Visual Studio<u></u><u></u></span></p>
</div>
</div><div><div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello,<br>
<br>
When I ported VTK 5.9.1 to VTK 5.6, I encountered such issues maybe you are encountering the same, ensure you&#39;ve done following :<u></u><u></u></p>
<p style="margin-left:1.0in">
o<span style="font-size:7.0pt;line-height:115%">   </span>extra definitions must be added in preprocessor settings :
<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:70.8pt">
To have the os/rendering system  dependent classes created,  following macro must be set :
<br>
<i>#define vtkRenderingCore_AUTOINIT 4(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)</i><br>
<br>
or a reference to a file, containing the previous macro, like this must be added in preprocessor definitions :<br>
<i>vtkRenderingCore_INCLUDE=&quot;vtkRenderingCore_AUTOINIT_vtkInteractionStyle_vtkRenderingFreeType_vtkRenderingFreeTypeOpenGL_vtkRenderingOpenGL.h&quot;</i><u></u><u></u></p>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<br>
Hope that helps !<br>
<br>
P.S. Links which were useful to me :<br>
<br>
<a href="http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide" target="_blank">http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide</a><br>
<a href="http://www.visitusers.org/index.php?title=VTK_6.0_Upgrade" target="_blank">http://www.visitusers.org/index.php?title=VTK_6.0_Upgrade</a>
<span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;"><br>
<br>
<br>
Le 23/07/2013 15:14, Robert Maynard a écrit :<u></u><u></u></span></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>Are you able to provide more information on the exact violation<u></u><u></u></pre>
<pre>exceptions with a back trace? Access violations can occur when you<u></u><u></u></pre>
<pre>call methods on a NULL object, so it could be a case that a object<u></u><u></u></pre>
<pre>factory that is NULL is being asked to create classes.<u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>On Mon, Jul 22, 2013 at 2:45 PM, Joseph Melnyk <a href="mailto:JMelnyk@pile.com" target="_blank">&lt;JMelnyk@pile.com&gt;</a> wrote:<u></u><u></u></pre>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>I&#39;m attempting to port an existing code base from VTK 5.10 to 6.0.  This code base has existed and worked happily with VTK 5.x for a few years now, being built with Visual Studio 2008.  When I began the port to 6.0, I followed the migration guide found here: <a href="http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide" target="_blank">http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide</a> and the code builds and links just fine.  However, when I run it, I&#39;m getting access violation exceptions (attempts to read/write protected memory) when I try instantiating with New().  Researching further, I see that this problem is mentioned here: <a href="http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Factories_now_require_defines" target="_blank">http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Factories_now_require_defines</a>  HOWEVER I&#39;m not getting NULL objects with the New() call, I&#39;m getting exceptions.  Furthermore, it doesn&#39;t happen with ever<u></u><u></u></pre>


<pre> y VTK o<u></u><u></u></pre>
<pre>bject; some instantiate and can be used just fine.  Nonetheless, I tried the suggestions at the second link, regarding definition of VTK AUTOINIT, and they proved fruitless.  So I&#39;m currently at a loss...<u></u><u></u></pre>


<pre><u></u> <u></u></pre>
<pre>For what it&#39;s worth, I&#39;m building VTK with CMAKE and the only options I&#39;m changing from the default configuration are the following:<u></u><u></u></pre>
<pre>- build shared libs<u></u><u></u></pre>
<pre>- don&#39;t build TESTING<u></u><u></u></pre>
<pre>- set custom install directory<u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>Thanks for your time; any help would be greatly appreciated...<u></u><u></u></pre>
<pre>Joseph Melnyk<u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>__Scanned by MessageLabs<u></u><u></u></pre>
<pre>_______________________________________________<u></u><u></u></pre>
<pre>Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>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><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>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><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>Follow this link to subscribe/unsubscribe:<u></u><u></u></pre>
<pre><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><u></u><u></u></pre>
</blockquote>
<pre>_______________________________________________<u></u><u></u></pre>
<pre>Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>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><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>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><u></u><u></u></pre>
<pre><u></u> <u></u></pre>
<pre>Follow this link to subscribe/unsubscribe:<u></u><u></u></pre>
<pre><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><u></u><u></u></pre>
<pre>.<u></u><u></u></pre>
<pre><u></u> <u></u></pre>
</blockquote>
</div></div><p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;"><br>
<br>
_Scanned by MessageLabs<u></u><u></u></span></p>
</div>
</div>
<br clear="all">
__Scanned by MessageLabs<br>
</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://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>