<div>On Wed, Feb 15, 2012 at 8:49 AM, Chr. Rossmanith <span dir="ltr"><<a href="mailto:cr@neuro.ma.uni-heidelberg.de">cr@neuro.ma.uni-heidelberg.de</a>></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've added<br>
<br>
#include "itkConfigure.h"<br>
<br>
to the example.<br>
<br>
Christina<br></blockquote><div><br></div><div>I'm not sure this is the way to go. Perhaps:</div><div><br></div><div>#include "itkImage.h"</div><div> </div><div>#if ( ITK_VERSION_MAJOR < 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>