So, is it better not to build &quot;INSTALL? Should I build both Release and Debug versions. Thanks.<br><br>John<br><br><div class="gmail_quote">On Sun, Jan 1, 2012 at 6:45 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@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 class="im">On Sun, Jan 1, 2012 at 9:34 PM, John Anaia &lt;<a href="mailto:john.anaia@gmail.com">john.anaia@gmail.com</a>&gt; wrote:<br>

&gt; Here is an excellent link:<br>
&gt; <a href="http://www.itk.org/Wiki/VTK/Building/Windows" target="_blank">http://www.itk.org/Wiki/VTK/Building/Windows</a><br>
&gt;<br>
<br>
</div>One caution about that guide. If you build shared libraries and you<br>
use the INSTALL target you can only execute your application in the<br>
configuration of VTK that you installed. For example if you install<br>
the Release version of VTK you can not run the debug version of your<br>
application against the installed dlls because this is highly likely<br>
to cause a crash. The reason is Microsoft debug CRT is not compatible<br>
with the release CRT. It is also not compatible with any other visual<br>
studio version.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>