<br>Hi Daanen,<br><br>Two things are strange about your report:<br><br>1) The ITK directory names in your email<br>    do not have upper case letters at the beginning<br>    of the words<br><br>     for example, you have  &quot;basicfilters&quot; when you should<br>
     have &quot;BasicFilters&quot;<br><br>2) There are non-ascii characters in your error message<br>    (is this due to the French version of the compiler ?)<br><br><br>Please do the following:<br><br>a) reconfigure ITK with CMake and turn ON <br>
    the options <br><br>                BUILD_EXAMPLES<br>                BUILD_TESTING<br><br>b) then recompile ITK itself<br><br><br>and let us know if you get compilation errors while <br>doing this.<br><br>Also, please let us know how you obtained<br>
the source code of ITK.<br><br><br>    Thanks<br><br><br>         Luis<br><br><br>----------------------------------------------------------------<br><div class="gmail_quote">On Tue, Apr 27, 2010 at 6:40 AM, Daanen Vincent <span dir="ltr">&lt;<a href="mailto:daanen@koelis.com">daanen@koelis.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;">Dear All,<br>
<br>
I&#39;m integrating itk toolkit in a new project and I run into a troubling compilation error.<br>
<br>
My configuration is : windows XP SP3 box / using VS2005 / itk 3.16.0. I compiled and installed Debug and Release version in 2 separate directories.<br>
<br>
I want to use itkExtractImageFilter. I copy/paste code from &quot;Insight User Guide&quot; and it compiles and works well in release. As I want to use my application in Debug mode, I tried to compile and got this error from the compiler:<br>

<br>
d:\outils\itk3.16.0\static-mfc\debug\include\insighttoolkit\basicfilters\itkExtractImageFilter.h(74) : error C2660: &#39;itk::LightObject::operator new&#39;ÿ: function does not need 3 args<br>
        d:\outils\itk3.16.0\static-mfc\debug\include\insighttoolkit\basicfilters\itkExtractImageFilter.h(74)ÿ: lors de la compilation de la fonction membre &#39;&lt;Inconnu&gt;&#39; de la classe &lt;Inconnu&gt;<br>
        D:\USERS\Daanen\PROJETS\ZZ - Trials\UC-ItkTools\Test-ItkTools\Test-ItkTools.cpp(221)ÿ: voir la r‚f‚rence … l&#39;instanciation de la classe modŠle &#39;itk::ExtractImageFilter&lt;TInputImage,TOutputImage&gt;&#39; en cours de compilation<br>

        with<br>
        [<br>
            TInputImage=InputImageType,<br>
            TOutputImage=OutputImageType<br>
        ]<br>
<br>
A mailing-list search points me to a message of someone how tried to compile a CD-ROM version with a CVS version but this does not help me :(<br>
<br>
Any clue to resolve this issue ?<br>
<br>
Thanks<br>
<br>
Vincent<br>
<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.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>