<div>On Wed, Feb 15, 2012 at 8:49 AM, Chr. Rossmanith <span dir="ltr">&lt;<a href="mailto:cr@neuro.ma.uni-heidelberg.de">cr@neuro.ma.uni-heidelberg.de</a>&gt;</span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ve added<br>
<br>
#include &quot;itkConfigure.h&quot;<br>
<br>
to the example.<br>
<br>
Christina<br></blockquote><div><br></div><div>I&#39;m not sure this is the way to go. Perhaps:</div><div><br></div><div>#include &quot;itkImage.h&quot;</div><div> </div><div>#if ( ITK_VERSION_MAJOR &lt; 4  ) //These are all defaults in ITKv4</div>
<div>//  Not supported in ITKv3.</div><div>int main(int argc, char *argv[])</div><div>{</div><div>  return 0;</div><div>}</div><div>#else</div><div>...</div><div class="gmail_quote"><br></div>?<br></div>