<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Gib,<br>&nbsp;&nbsp; No, i have selected the Debug build. But i did build ITK with Release Build the second time i 've built it. Is that the problem?<br><br>--- Gib Bogle <i>&lt;g.bogle@auckland.ac.nz&gt;</i> schrieb am <b>Di, 22.2.2011:<br></b><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><b><br>Von: Gib Bogle &lt;g.bogle@auckland.ac.nz&gt;<br>Betreff: Re: [Insight-users] can't compile HelloWorld with Visual Studio 9 2008<br>An: insight-users@itk.org<br>Datum: Dienstag, 22. Februar, 2011 07:35 Uhr<br><br></b><div class="plainMail"><b>Hi Ella,<br><br>Are you selecting the Release build (for ALL_BUILD) in MSVS?&nbsp; By default it <br>assumes the Debug build.<br><br>Cheers<br>Gib<br><br>On 22/02/2011 6:04 p.m., Ella Maria Kadas wrote:<br>&gt; Hi Luis,<br>&gt;<br>&gt; Tried it again, this time letting Cmake
 to create the Visual Studio project, but<br>&gt; it still can't find the ITKCommon.lib. I send u my Debug file.<br>&gt; I am sorry to bother u with this kind of problems over and over again:),<br>&gt; Cheers,<br>&gt; Ella<br>&gt;<br>&gt; --- Luis Ibanez /&lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="/mc/compose?to=luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;/ schrieb am *Di, 22.2.2011:<br>&gt; *<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Von: Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="/mc/compose?to=luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Betreff: Re: [Insight-users] can't compile HelloWorld with Visual Studio 9 2008<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;An: "Ella Maria Kadas" &lt;<a ymailto="mailto:ella_kadas@yahoo.com" href="/mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;CC: <a
 ymailto="mailto:insight-users@itk.org" href="/mc/compose?to=insight-users@itk.org">insight-users@itk.org</a><br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Datum: Dienstag, 22. Februar, 2011 02:00 Uhr<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Hi Ella<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*On Mon, Feb 21, 2011 at 4:28 PM, Ella Maria Kadas &lt;<a ymailto="mailto:ella_kadas@yahoo.com" href="/mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a><br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;/mc/compose?to=<a ymailto="mailto:ella_kadas@yahoo.com" href="/mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a>&gt;&gt; wrote:<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Hi all,<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I succesfully configured Insight-Toolkit 3.20.0 using Cmake 2.8.3, and<br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;also build without errors ITK.sln with Visual studio 9 2008.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;This is the problem:<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I also created an emty project in Visual studio and in the projects<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;directory created the CMakeLists.txt for the HelloWorld example just<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;like in the ITKuserguide.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;You shouldn't create an empty directory from Visual Studio.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Instead, you should simply create a CMakeLists.txt file for your HelloWorld<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;example<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;(e.g. you can copy the one in ITK/Examples/Installation)<br>&gt;<br>&gt;&nbsp;
 &nbsp;&nbsp;&nbsp;and then run CMake.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;CMake will generate your Visual Studio project.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;No need to create the project from Visual Studio,<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;You may have just generated conflicting files by<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;mixing a CMake configuration on top of a project<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;created from Visual Studio.<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Luis<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;============================<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I configured with Cmake the project using as source and build binary<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;location my projects location. also without errors. But Cmake never asks<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;for the Binary folder where i built InsightTollkit. Still i tried
 to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;compile the HelloWorld example and i got this.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;\ella\my documents\visual studio<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;2008\projects\test4\test4\helloworld.cpp(1) : fatal error C1083: Cannot<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;open include file: 'itkImage.h': No such file or directory<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I looked in the advanced view in Cmake and noticed that at CMAKE_LINKER<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;there is<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;CMAKE_LINKER-NOTFOUND. Does this has anything to do with my problem.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;It is the second time i make all the steps from the userguide and no luck.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I must be missing something essential but i can;t figure it out.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Any
 help will be very welcomed as i am getting a bit crazy with the<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;errors i already have using Xcode at work on mac<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Cheers,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Ella<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;_____________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Powered by www.kitware.com &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Visit other Kitware open-source projects at<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Kitware offers ITK Training Courses, for more information
 visit:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Please keep messages on-topic and check the ITK FAQ at:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Follow this link to subscribe/unsubscribe:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;*<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _____________________________________<br>&gt; Powered by www.kitware.com<br>&gt;<br>&gt;
 Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>&gt;<br>&gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>_____________________________________<br>Powered by www.kitware.com<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></b></div></blockquote></td></tr></table><br>