Hi John,<br>my ikt was already build with ITK_BUILD_SHARED=OFF. Don&#39;t I have to compile the application with Project Properties -&gt; Configuration Properties -&gt; C/C++ -&gt; Code Generation -&gt; Runtime Library --&gt;Multithreaded ??? If so, I have a lot of linker errors...<br>
<br>Hi Cyrille,<br>how do I &quot;take the required libraries&quot; with my application?<br><br>Thanks a lot!<br><br><div class="gmail_quote">2011/3/16 Cyrille Faucheux <span dir="ltr">&lt;<a href="mailto:cyrille.faucheux@etu.univ-tours.fr">cyrille.faucheux@etu.univ-tours.fr</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Otherwise you need to take the required libraries with your application.<br>
<br>
For Qt, you need qtcore.dll and qtgui.dll. For itk, I don&#39;t remember. Check with Dependency Walker wich libraries are missing on your computer.<br>
<br>
But as mentionned John, you also need to install the redistribuable for visual studio 2008.<br>
<br>
Le 16/03/2011 14:28, John Drescher a écrit :<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I&#39;m trying to solve my Canny-Edge-Memory-Problem by running my application<br>
on another PC.<br>
I&#39;m building my programm with Visual Studio Express C++ 2008, Qt4, qwt and<br>
of course itk. Now I want to run the exe file on another PC. On this PC none<br>
of the mentioned programms/libraries are installed. Does anybody of you know<br>
how to compile the exe with static libraries (I guess thats the easiest way)<br>
or does anybody of you has another suggestion?<br>
<br>
</blockquote>
Turn off ITK_BUILD_SHARED rebuild itk and remember to install the<br>
visual studio redistributable for your compiler. You will not be able<br>
to use a debug build on the other machine without installing visual<br>
studio since the Microsoft debug libraries are not permitted to be<br>
distributed.<br>
<br>
John<br></div></div>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" 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" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
</blockquote>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" 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" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>