<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Fabian,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">it most likely means there is a version mismatch between you application and the DLL. Your application was compiled using a different version from the one used to compile the DLLs. You can use <a href="http://www.dependencywalker.com/">dependency walker</a> to see if your application is using the DLL you expect. You can also try compiling ITK as static libraries, and link your application to that - thus avoid a possibility of such an error.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 9, 2018 at 2:46 PM, Fabian Torres <span dir="ltr"><<a href="mailto:fabian.trobles@gmail.com" target="_blank">fabian.trobles@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all<div><br></div><div>I'm trying to compile vtk5.10 and ITK 4.4 in visual studio 2013 in order to build an application using qt 4.8.7.</div><div>I have already done this using visual studio 2008 and the libraries and my application works fine.</div><div><br></div><div>The problem I have is that after some strugle I have already compiled the libraries (ITK and VTK) in visual studio 2013.</div><div>Now I have compiled my application with the new libraries but when I run it I get a Runtime error I do not understand.<br clear="all"><div><br></div><div>The procedure entry point</div><div>?End@MetaDictionary@itk@@QAE?<wbr>AV?$_Tree_iterator@V?...</div><div>....</div><div>...@@XZ could not be located in the dynamic link library ITKCommon-4.4.dll</div><div><br></div><div>What does this mean?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div><br></div>-- <br><div class="m_-2463372505678909423gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Fabián Torres Robles<br>Maestría en Ciencias en Ingeniería Electrónica<br>Ingeniería en Sistemas Electrónicos<br>Tel. 58081280, 0445534661338<br>E-mail <a href="mailto:fabian.trobles@gmail.com" target="_blank">fabian.trobles@gmail.com</a>, <a href="mailto:dae.wong@gmail.com" target="_blank">dae.wong@gmail.com</a>  <div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div></div></div></div>
</font></span></div></div>
<br>The ITK community is transitioning from this mailing list to <a href="http://discourse.itk.org" rel="noreferrer" target="_blank">discourse.itk.org</a>. Please join us there!<br>
______________________________<wbr>__<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://itk.org/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">https://itk.org/mailman/<wbr>listinfo/insight-users</a><br>
<br></blockquote></div><br></div>