<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><BR>
<DIV><FONT size=3>Thanks Andinet for response, </FONT></DIV>
<DIV><FONT size=3>I copied these four files in the source directory with MyProject.cxx, here is the new error message&nbsp;I got :</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(10) : error C2065: 'Imagetype'&nbsp;: identificateur non déclaré</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(13) : error C2955: 'itk::ImageFileReader'&nbsp;: l'utilisation d'une classe modèle requiert une liste d'arguments modèle</DIV>
<DIV>2&gt; c:\program files\insighttoolkit-3.10.0\code\io\itkImageFileReader.h(93)&nbsp;: voir la déclaration de 'itk::ImageFileReader'</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(13) : error C2653: 'readertype'&nbsp;: n'est pas un nom de classe ni d'espace de noms</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(13) : error C3861: 'New'&nbsp;: identificateur introuvable</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(13) : error C2514: 'itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;'&nbsp;: la classe n'a aucun constructeur</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(16) : error C2678: '-&gt;' binaire&nbsp;: aucun opérateur trouvé qui accepte un opérande de partie gauche de type 'itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;' (ou il n'existe pas de conversion acceptable)</DIV>
<DIV>2&gt; c:\program files\insighttoolkit-3.10.0\code\common\itkSmartPointer.h(69): peut être 'TObjectType *itk::SmartPointer&lt;TObjectType&gt;::operator -&gt;(void) const'</DIV>
<DIV>2&gt; lors de la tentative de mise en correspondance de la liste des arguments '(itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;)'</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(16) : error C2039: 'setFilename'&nbsp;: n'est pas membre de 'itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;'</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(17) : error C2678: '-&gt;' binaire&nbsp;: aucun opérateur trouvé qui accepte un opérande de partie gauche de type 'itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;' (ou il n'existe pas de conversion acceptable)</DIV>
<DIV>2&gt; c:\program files\insighttoolkit-3.10.0\code\common\itkSmartPointer.h(69): peut être 'TObjectType *itk::SmartPointer&lt;TObjectType&gt;::operator -&gt;(void) const'</DIV>
<DIV>2&gt; lors de la tentative de mise en correspondance de la liste des arguments '(itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;)'</DIV>
<DIV>2&gt;..\Myproject-source\myProject.cxx(17) : error C2039: 'GetOutput'&nbsp;: n'est pas membre de 'itk::SmartPointer&lt;itk::ImageFileReader&lt;TOutputImage,ConvertPixelTraits&gt;&gt;'</DIV>
<DIV>2&gt;Le journal de génération a été enregistré à l'emplacement "file://c:\Documents and Settings\PC.WORK-PC\Bureau\ITK-VTK\MyProject\MyProject-Bin\myProject.dir\Debug\BuildLog.htm"</DIV>
<DIV>2&gt;myProject - 9 erreur(s), 0 avertissement(s)</DIV>
<DIV><BR><FONT size=3>Is the problem in including Lib or in adding namespace?</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>I will appreciate you help,</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>Nora</FONT><BR>--- En date de&nbsp;: <B>Lun 29.12.08, Andinet Enquobahrie <I>&lt;andinet.enqu@kitware.com&gt;</I></B> a écrit&nbsp;:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">De: Andinet Enquobahrie &lt;andinet.enqu@kitware.com&gt;<BR>Objet: Re: [Insight-users] Problem in running MyProject.cxx in getting started II?<BR>À: nora_droit@yahoo.fr<BR>Date: Lundi 29 Décembre 2008, 22h14<BR><BR>
<DIV id=yiv1048540700>Nora-<BR><BR>Copy those files into your Project source directory ( where you have MyProject.cxx ) NOT to your binary directory..<BR><BR><BR>
<DIV class=gmail_quote>On Mon, Dec 29, 2008 at 5:04 PM, Nora Nora <SPAN dir=ltr>&lt;<A href="mailto:nora_droit@yahoo.fr" target=_blank rel=nofollow>nora_droit@yahoo.fr</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD style="FONT-FAMILY: inherit; font-size-adjust: inherit; font-stretch: inherit" vAlign=top>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3>Hi all ITK users,</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>I tried to run MyProject.cxx&nbsp; following instructions in getting started II. Here are&nbsp;MyProjct.cxx and CmakeLists.txt files&nbsp;:</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV>PROJECT( myProject )</DIV>
<DIV>&nbsp;FIND_PACKAGE ( ITK )<BR>&nbsp; IF ( ITK_FOUND )<BR>&nbsp;&nbsp;&nbsp;&nbsp; INCLUDE( ${USE_ITK_FILE} )<BR>ENDIF( ITK_FOUND )</DIV>
<DIV>&nbsp;FIND_PACKAGE ( VTK )<BR>&nbsp; IF ( VTK_FOUND )<BR>&nbsp;&nbsp;&nbsp; INCLUDE( ${USE_VTK_FILE} )<BR>&nbsp;ENDIF( VTK_FOUND )</DIV>
<DIV>&nbsp;INCLUDE_DIRECTORIES( ${myProject_SOURCE_DIR})</DIV>
<DIV>&nbsp;ADD_EXECUTABLE( myProject myProject.cxx )</DIV>
<DIV>&nbsp;TARGET_LINK_LIBRARIES ( myProject<BR>&nbsp;ITKBasicFilters ITKCommon ITKIO<BR>&nbsp;vtkRendering vtkGraphics vtkHybrid<BR>&nbsp;vtkImaging vtkIO vtkFiltering vtkCommon<BR>)<BR></DIV>
<DIV>#include "itkImage.h"<BR>#include "itkImageFileReader.h"<BR>#include "itkImageToVTKImageFilter.h"<BR><BR>#include "vtkImageViewer.h"<BR>#include "vtkRenderWindowInteractor.h"<BR><BR>int main( int argc, char **argv) {<BR><BR>typedef itk::Image&lt;unsigned short,2&gt; ImageType;<BR>typedef itk::ImageFileReader&lt;Imagetype&gt; ReaderType;<BR>typedef itk::ImageToVTKImageFilter&lt;ImageType&gt; ConnectorType;<BR><BR>ReaderType::Pointer reader = readertype::New();<BR>ConnectorType::Pointer connector = ConnectorType::New();<BR><BR>reader-&gt;setFilename( argv[1] );<BR>connector-&gt;SetInput( reader-&gt;GetOutput() );<BR><BR>vtkImageViewer * viewer = vtkImageViewer::New();<BR>vtkRenderWindowInteractor * renderWindowInteractor =<BR>vtkRenderWindowInteractor::New();<BR><BR>viewer-&gt;SetupInteractor( renderWindowInteractor );<BR>viewer-&gt;SetInput( connector-&gt;GetOutput() );<BR><BR>viewer-&gt;Render();<BR>viewer-&gt;SetColorWindow( 255
 );<BR>viewer-&gt;SetColorLevel( 128 );<BR>renderWindowInteractor-&gt;Start();<BR><BR>return 0;<BR>}<BR><BR><FONT size=3>I have successively built it, but in running this&nbsp;error message is chown :</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>Myproject-source\myProject.cxx(3) : fatal error C1083: Impossible d'ouvrir le fichier include&nbsp;: 'itkImageToVTKImageFilter.h'&nbsp;: No such file or directory</FONT></DIV>
<DIV><FONT size=3>&nbsp;I have red the response of Luis in OSdir forum to such problem that is as followed :</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV>The files that you need are in InsightApplications/Auxiliary/vtk :<BR><BR>itkImageToVTKImageFilter.h<BR>itkImageToVTKImageFilter.txx<BR>itkVTKImageToImageFilter.h<BR>itkVTKImageToImageFilter.txx<BR><BR><FONT size=3>Copy these files into the directory where you are putting the code of your example.</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>So I copied these files in the generated binary directory with </FONT><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=2>myProject.dsw. </FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=2>But&nbsp;I stiil have the same error message??</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3>Can someone help me??</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3>Are there other examples on how connect ITK to VTK?</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3>Thanks,</FONT></SPAN></DIV>
<DIV><FONT size=4><FONT color=#000000><SPAN style="FONT-SIZE: 28pt; COLOR: rgb(255,102,0); FONT-FAMILY: Arial"><FONT color=#000000 size=3>Nora</FONT></SPAN><SPAN style="FONT-SIZE: 28pt; COLOR: yellow; FONT-FAMILY: Arial">&nbsp; </SPAN><BR></FONT></FONT></DIV></TD></TR></TBODY></TABLE><FONT color=#888888><BR></FONT><BR>_______________________________________________<BR>Insight-users mailing list<BR><A href="mailto:Insight-users@itk..org" target=_blank rel=nofollow>Insight-users@itk.org</A><BR><A href="http://www.itk.org/mailman/listinfo/insight-users" target=_blank rel=nofollow>http://www.itk.org/mailman/listinfo/insight-users</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE></td></tr></table><br>