<br>Hi Mostafizur,<br><br><br>   ITK (any version) does not support Visual Studio 10 yet.<br><br><br>There were some structural changes made to Visual Studio 10,<br>that require CMake to manage the configuration process in a<br>
way different from what is done with Visual Studio 9.<br><br><br>We will have Visual Studio 10 support for ITK in our top priorities<br>for the development cycle of ITK 3.19.<br><br><br><br>     Regards,<br><br><br>           Luis<br>
<br><br><br>---------------------------------------------------------------------------------------<br><div class="gmail_quote">On Mon, Apr 19, 2010 at 4:42 PM, Md Rahman <span dir="ltr">&lt;<a href="mailto:rahman@sfu.ca">rahman@sfu.ca</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;">Hi ,<br>
<br>
 I was trying to compile the Hello World program using the latest version of ITK release and MS Visual Studio 10 trial version. Then I was getting the following error--<br>
      LINK : fatal error LNK1104: cannot open file &quot;ITKCommon.lib&quot;<br>
<br>
 Every time I was building the project using only Debug mode. Then I realized that I had to open and compile the ITK.sln file from the binary directory. But when I tried to compile the ITK.sln, it fails to build and giving me errors like--<br>

<br>
&quot;&quot;&quot;<br>
<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(636) : see reference to class template instantiation &#39;itk::hashtable&lt;Value,Key,HashFcn,ExtractKey,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(354) : see declaration of &#39;itk::operator ==&#39;<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(1154): error C2953: &#39;std::identity&#39; : class template has already been defined<br>
28&gt;          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(66) : see declaration of &#39;std::identity&#39;<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(230) : see reference to class template instantiation &#39;itk::hash_map&lt;Key,T,HashFcn,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(327) : see reference to class template instantiation &#39;itk::hash_multimap&lt;Key,T,HashFcn,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(138) : see reference to class template instantiation &#39;itk::hashtable&lt;Value,Key,HashFcn,ExtractKey,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;          with<br>
28&gt;          [<br>
28&gt;              Value=std::pair&lt;const unsigned long,unsigned long&gt;,<br>
28&gt;              Key=unsigned long,<br>
28&gt;              HashFcn=itk::hash&lt;unsigned long&gt;,<br>
28&gt;              ExtractKey=std::select1st&lt;std::pair&lt;const unsigned long,unsigned long&gt;&gt;,<br>
28&gt;              EqualKey=std::equal_to&lt;unsigned long&gt;,<br>
28&gt;              Alloc=std::allocator&lt;char&gt;<br>
28&gt;          ]<br>
28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itkEquivalencyTable.h(61) : see reference to class template instantiation &#39;itk::hash_map&lt;Key,T,HashFcn&gt;&#39; being compiled<br>

28&gt;          with<br>
28&gt;          [<br>
28&gt;              Key=unsigned long,<br>
28&gt;              T=unsigned long,<br>
28&gt;              HashFcn=itk::hash&lt;unsigned long&gt;<br>
28&gt;          ]<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

<br>
&quot;&quot;&quot;<br>
<br>
<br>
And<br>
<br>
&quot;&quot;&quot;<br>
 28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(636) : see reference to class template instantiation &#39;itk::hashtable&lt;Value,Key,HashFcn,ExtractKey,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(354) : see declaration of &#39;itk::operator ==&#39;<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(1154): error C2953: &#39;std::identity&#39; : class template has already been defined<br>
28&gt;          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(66) : see declaration of &#39;std::identity&#39;<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(230) : see reference to class template instantiation &#39;itk::hash_map&lt;Key,T,HashFcn,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(327) : see reference to class template instantiation &#39;itk::hash_multimap&lt;Key,T,HashFcn,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(292): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(138) : see reference to class template instantiation &#39;itk::hashtable&lt;Value,Key,HashFcn,ExtractKey,EqualKey,Alloc&gt;&#39; being compiled<br>

28&gt;          with<br>
28&gt;          [<br>
28&gt;              Value=std::pair&lt;const unsigned long,unsigned long&gt;,<br>
28&gt;              Key=unsigned long,<br>
28&gt;              HashFcn=itk::hash&lt;unsigned long&gt;,<br>
28&gt;              ExtractKey=std::select1st&lt;std::pair&lt;const unsigned long,unsigned long&gt;&gt;,<br>
28&gt;              EqualKey=std::equal_to&lt;unsigned long&gt;,<br>
28&gt;              Alloc=std::allocator&lt;char&gt;<br>
28&gt;          ]<br>
28&gt;          c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itkOneWayEquivalencyTable.h(61) : see reference to class template instantiation &#39;itk::hash_map&lt;Key,T,HashFcn&gt;&#39; being compiled<br>

28&gt;          with<br>
28&gt;          [<br>
28&gt;              Key=unsigned long,<br>
28&gt;              T=unsigned long,<br>
28&gt;              HashFcn=itk::hash&lt;unsigned long&gt;<br>
28&gt;          ]<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hashtable.h(474): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2146: syntax error : missing &#39;;&#39; before identifier &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2433: &#39;itk::==&#39; : &#39;friend&#39; not permitted on data declarations<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2365: &#39;itk::operator ==&#39; : redefinition; previous definition was &#39;function&#39;<br>

28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C2091: function returns function<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br>
28&gt;c:\users\rajib\documents\downloads\insighttoolkit-3.18.0\insighttoolkit-3.18.0\code\common\itk_hash_map.h(188): warning C4183: &#39;ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT&#39;: missing return type; assumed to be a member function returning &#39;int&#39;<br>

<br>
&quot;&quot;&quot;<br>
<br>
<br>
   The all other builds are successful. I&#39;m quite new with ITK. So, I&#39;m not quite sure whether I&#39;m doing anything wrong, or the problem with the latest release of ITK, or with the latest realease of MS VS 10 (trial version).<br>

<br>
<br>
  This is my first e-mail to this group and extremely sorry for such a weird one.<br>
<br>
<br>
  Any help will be greatly appreciated.<br>
<br>
 Thanks and Regards,<br>
<br>
  Md. Mostafizur Rahman (Rajib)<br>
  Department of Computing Science<br>
  Simon Fraser University<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>