<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Hi all again !</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have pointed out the bug when updating the ImageFileReader (thanks 
Iván).</DIV>
<DIV>&nbsp;</DIV>
<DIV><EM>typedef unsigned char PixelComponentType;</EM></DIV>
<DIV><EM>typedef itk::RGBPixel&lt; PixelComponentType &gt; 
RGBPixelType;</EM></DIV>
<DIV><EM>const unsigned int Dimension = 2;</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>typedef itk::Image&lt; RGBPixelType, Dimension &gt; 
RGBImageType;</EM></DIV>
<DIV><EM>typedef itk::ImageFileReader&lt; RGBImageType &gt; 
ReaderType;</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>ReaderType::Pointer reader = ReaderType::New();</EM></DIV>
<DIV><EM>reader-&gt;SetFileName("D:\personal\fvazquez\imagenes\5.jpg");</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>try</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; {</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; reader-&gt;Update();</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; }</EM></DIV>
<DIV><EM>catch(itk::ExceptionObject &amp;err)</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; {</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; CString msg;</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; msg.Format("%s", err.GetDescription());</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; MessageBox(NULL, msg, "Error", 
MB_ICONINFORMATION);</EM></DIV>
<DIV><EM>&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;  </EM></DIV>
<DIV>&nbsp;</DIV>
<DIV>When the program reach the "<EM>reader-&gt;Update();</EM>" it crashes. The 
ExceptionObject shown in the messagebox is: <EM>"The file doesn't exist. 
D:\personal\fvazquez\imagenes\5.jpg",</EM> or more exactly:&nbsp;&nbsp;<EM>"The 
file doesn't exist. D:personalvazquezimagenes.jpg",</EM> with some characters 
missing or wrong. </DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV>However the image file exists and the full path is correct, I'm quite 
sure!. In my previous mail&nbsp;I write you an incomplete path (thanks Luis) but 
it was right typed in the code. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Any ideas?.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance.</DIV></BODY></HTML>