<br>Hi Mote,<br><br>You need to build in the *SAME* configuration mode,<br>both ITK *and* your application.<br><br>Please do the following:<br><br>   1) Load the ITK solution file into Visual Studio.<br>   2) Select Configuration = Release<br>
   3) Build ITK<br>       (verify that you get an ITKCommon.lib file<br>       in the directory:   ITKBINARY/bin/Release)<br>   4) Load your project solution into Visual Studio<br>   5) Select Configuration = Release<br>   6) Build your application<br>
<br><br>   Regards,<br><br><br>           Luis<br><br>   <br>-----------------------------------------------<br><div class="gmail_quote">On Wed, Sep 9, 2009 at 10:41 AM, motes motes <span dir="ltr">&lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am using Visual Studio 2008. I have tried:<br>
<br>
Build -&gt; Configuration Manager ...<br>
<br>
And from there chosing &quot;Release&quot;. But when I compile I get the error:<br>
<br>
Error   12      fatal error LNK1181: cannot open input file &#39;ITKCommon.lib&#39;<br>
<br>
This error does not pop up if I choose the &quot;Debug&quot; configuration (default).<br>
<br>
In a previous post I was told to use cmake to build a release build.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Wed, Sep 9, 2009 at 4:37 PM, Luis Ibanez&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Motes,<br>
&gt;<br>
&gt; In Windows you can not select the compilation mode from CMake.<br>
&gt;<br>
&gt; You have to do it from inside Visual Studio,<br>
&gt; after you load the ITK solution file,<br>
&gt; by selecting the configuration mode.<br>
&gt;<br>
&gt; What version of Visual Studio do you use ?<br>
&gt;<br>
&gt;<br>
&gt;     Luis<br>
&gt;<br>
&gt;<br>
&gt; ---------------------------------------------------------------------------------------------<br>
&gt; On Wed, Sep 9, 2009 at 10:29 AM, motes motes &lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Ok but how do I make a release build with cmake?<br>
&gt;&gt;<br>
&gt;&gt; After chosing &quot;Configure&quot; the only thing related to &quot;Release&quot; is:<br>
&gt;&gt;<br>
&gt;&gt; CMAKE_CXX_FLAGS_RELEASE       /MD /O2 /Ob2 /D NDEBUG<br>
&gt;&gt;<br>
&gt;&gt; I thought I could check it like &quot;Examples&quot; and &quot;Testing&quot;.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 9, 2009 at 3:37 PM, John Drescher&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; In Visual Studio you must select &quot;Release&quot; from the drop down box on<br>
&gt;&gt; &gt;&gt; the toolbar to perform an optimized compilation. Using a &quot;Release&quot;<br>
&gt;&gt; &gt;&gt; build can improve performance 10-200%.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; In my testing with a debug versus release (under visual studio) it is<br>
&gt;&gt; &gt; much worse than that in debug mode. I mean for a 3D median filter of a<br>
&gt;&gt; &gt; CT volume of 512x512x384. In release mode this completes in less than<br>
&gt;&gt; &gt; 30 seconds. In debug mode it takes around 30 minutes.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; John<br>
&gt;&gt; &gt;<br>
&gt;&gt; _____________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <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;<br>
</div></div></blockquote></div><br>