<html>
<body>
The backslashes &quot;\&quot; are escaping the next character. Use
forward slashes &quot;/&quot; instea1d.<br><br>
At 07:45 AM 5/11/2006, Fran Vázquez wrote:<br>
<blockquote type=cite class=cite cite>&nbsp;<br>
Hi all again !<br>
&nbsp;<br>
I have pointed out the bug when updating the ImageFileReader (thanks
Iván).<br>
&nbsp;<br>
<i>typedef unsigned char PixelComponentType;<br>
typedef itk::RGBPixel&lt; PixelComponentType &gt; RGBPixelType;<br>
const unsigned int Dimension = 2;<br>
</i>&nbsp;<br>
<i>typedef itk::Image&lt; RGBPixelType, Dimension &gt; 
RGBImageType;<br>
typedef itk::ImageFileReader&lt; RGBImageType &gt; ReaderType;<br>
</i>&nbsp;<br>
<i>ReaderType::Pointer reader = ReaderType::New();<br>
reader-&gt;SetFileName(&quot;D:\personal\fvazquez\imagenes\5.jpg&quot;);<br>
</i>&nbsp;<br>
<i>try<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reader-&gt;Update();<br>
&nbsp;&nbsp;&nbsp; }<br>
catch(itk::ExceptionObject &amp;err)<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; CString msg;<br>
&nbsp;&nbsp;&nbsp; msg.Format(&quot;%s&quot;, 
err.GetDescription());<br>
&nbsp;&nbsp;&nbsp; MessageBox(NULL, msg, &quot;Error&quot;,
MB_ICONINFORMATION);<br>
&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br>
</i>&nbsp;<br>
When the program reach the &quot;<i>reader-&gt;Update();</i>&quot; it
crashes. The ExceptionObject shown in the messagebox is: <i>&quot;The
file doesn't exist. D:\personal\fvazquez\imagenes\5.jpg&quot;,</i> or
more exactly:&nbsp; <i>&quot;The file doesn't exist.
D:personalvazquezimagenes.jpg&quot;,</i> with some characters missing or
wrong. <br>
&nbsp;<br>
However the image file exists and the full path is correct, I'm quite
sure!. In my previous mail I write you an incomplete path (thanks Luis)
but it was right typed in the code. <br>
&nbsp;<br>
Any ideas?.<br>
&nbsp;<br>
Thanks in advance.<br>
_______________________________________________<br>
Insight-users mailing list<br>
Insight-users@itk.org<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" eudora="autourl">http://www.itk.org/mailman/listinfo/insight-users</a></blockquote></body>
</html>