Dear Huier,<br>ITK and Qt are two independent libraries and work independently. Your problem is not related to Qt.<br><br>It seems a project configuration error, related to the CMakeLists.txt. Make sure in your project&#39;s CMake you are linking it (TARGET_LINK_LIBRARIES) to the ITK_LIBRARIES.<br>
<br>Anyway, when compiling ITK, if you are compiling it as shared library, a single dll is produced, ITKCommon.dll <br>Make sure you have the environment variable ITK_DIR pointing to the folder where you have your ITKConfig.cmake, and make sure your program is using this and not other versions.<br>
Make sure you are providing CMake with the corresponding ITK_DIR path (same as above).<br>Make sure you have compiled ITK for each configuration (debug, release, etc.) you want to build your project for.<br><br>If you are not using CMake to configure your project, using it will be of help in order to avoid these kind of errors.<br>
<br>You will proably find other related posts that may help you through the process.<br><br>Kind regards,<br>JON HAITZ<br><br><br>
<br><br><div class="gmail_quote">On 14 September 2012 04:47, Hui Li <span dir="ltr">&lt;<a href="mailto:huili0918@gmail.com" target="_blank">huili0918@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>Hi,</div><div>I am trying to use ITK in QT, but I encounter 7 errors by simply include a header.</div><div> </div><div>The header included is <span style="color:rgb(0,128,0)">#include</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">&quot;itkImageFileReader.h&quot;</span></div>

<div><span style="color:rgb(0,128,0)"></span> </div><div><span style="color:rgb(0,128,0)"><font color="#000000">All the errors are related to itksys.lib, following is one of them.</font></span></div><div><span style="color:rgb(0,128,0)"><font color="#000000"></font></span> </div>

<div><span style="color:rgb(0,128,0)"><font color="#000000">itksys.lib(SystemTools.obj):-1: error: LNK2019: unresolved external symbol &quot;__declspec(dllimport) public: char const * __thiscall std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;::c_str(void)const &quot; (<a href="mailto:__imp_?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ" target="_blank">__imp_?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ</a>) referenced in function &quot;public: static void __cdecl itksys::SystemTools::GetPath(class std::vector&lt;class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;,class std::allocator&lt;class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; &gt; &gt; &amp;,char const *)&quot; (<a href="mailto:?GetPath@SystemTools@itksys@@SAXAAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PBD@Z" target="_blank">?GetPath@SystemTools@itksys@@SAXAAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PBD@Z</a>)</font></span></div>

<div><span style="color:rgb(0,128,0)"><font color="#000000"></font></span> </div><div><span style="color:rgb(0,128,0)"><font color="#000000">I use cmake2.8.9+vs2010 to compile and build ITK. The only dll file I got is itkCommon.dll. </font></span></div>

<div><span style="color:rgb(0,128,0)"><font color="#000000">And I have included the header path and all the lib file to my project.</font></span></div><div><span style="color:rgb(0,128,0)"><font color="#000000"></font></span> </div>

<div><span style="color:rgb(0,128,0)"><font color="#000000">Could you help me solve the error?</font></span></div><div><span style="color:rgb(0,128,0)"><font color="#000000"></font></span> </div><div><span style="color:rgb(0,128,0)"><font color="#000000">Thank you!</font></span></div>

<div><span style="color:rgb(0,128,0)"><font color="#000000"></font></span> </div><div><span style="color:rgb(0,128,0)"><font color="#000000">Huier,</font></span></div><div><span style="color:rgb(0,128,0)"><font color="#000000">Regards</font></span></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<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.php" target="_blank">http://www.kitware.com/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" 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></div><br>