<div dir="ltr">I got it:<div><br></div><div>I created a new GDCMImageIO::Pointer (inside another method), instead of using the one that let me read the file. That was the reason.</div><div><br></div><div>Sorry for not seeing it before.</div><div><br></div><div>Thanks, as always, for your time.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-30 11:42 GMT+02:00 Marcos <span dir="ltr"><<a href="mailto:fotosentido@gmail.com" target="_blank">fotosentido@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You're right, these were only .md5 files<div><br></div><div>I built it again and now I have dcm files.</div><div><br></div><div>And yes, I can see tags.</div><div><br></div><div>So I don't understand why I can't get into that while loop. It's just a few lines of code, it compiles... It's not really a big thing.</div><div><br></div><div>I guess I'm missing something.</div><div><div class="h5"><div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-30 2:28 GMT+02:00 Matt McCormick <span dir="ltr"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Sat, Aug 29, 2015 at 6:40 PM, Marcos <<a href="mailto:fotosentido@gmail.com" target="_blank">fotosentido@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
</span><span>> I did that, but it gives me the error:<br>
><br>
> itk::ExceptionObject <...><br>
> Location: "void __thiscall itk::ImageSeriesReader<class<br>
> itk::Image<short,3>::GenerateOutputInformation(void)"<br>
> File ...ImageSeriesReader.hxx: Line 122<br>
> At least one filename is required.<br>
><br>
> Instead of ./ExternalData/Testing/Data/Input/DicomSeries (which is a<br>
> directory), I've tried a dcm file, for example. The error is the same.<br>
><br>
> I'm on Windows, so I did on cmd:<br>
><br>
><br>
> C:\ITK-4.8.0-build> bin\Debug\DicomSeriesReadPrintTags.exe<br>
> /ExternalData/Testing/Data/Input/DicomSeries<br>
<br>
</span>It needs to be ./ExternalData instead of /ExternalData.<br>
<br>
Check that the files are there with the "dir" command.<br>
<br>
HTH,<br>
Matt<br>
</blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div>