Hi,<br><br>From what I can tell, Medical1 should be called with a path to the data (eg. VTKData/Data/headsq/quarter), and complains if you do not.<br><br>From your run, it looks like it thinks "DATA" is the path you gave it.<br>
<br>The path should be the folder and the prefix of the files:<br>$ ls VTKData/Data/headsq/<br>quarter.1<br>quarter.2<br>....<br>quarter.81<br><br>If you gave a path like that, maybe there is a space in your path? (eg. ./Medical1 DATA VTK/Data/headsq/quarter)<br>
The space will make Medical1 think there are 2 arguments, "DATA" and "VTK/Data/headsq/quarter", and it only uses the first.<br>In this case, you should enclose the path in double quotes (eg. ./Medical1 "DATA VTK/Data/headsq/quarter"), or escape any spaces with backslashes (eg. ./Medical1 DATA\ VTK/Data/headsq/quarter)<br>
<br>I'm assuming you're on some flavor of *nix, but quotes will also work on Windows (backslashes will not)<br><br><br>Developers: Medical/Cxx/Medical*.cxx and Infovis/Cxx/TreeLayout.cxx test for (argc < 2), testing for (argc != 2) would catch this (like Array/Cxx/IdentityMatrix.cxx)<br>
[Not a particularly critical problem mind you]<br><br clear="all">--<br>Jonathan<br>
<br><br><div class="gmail_quote">2010/3/19 조봉수 <span dir="ltr"><<a href="mailto:hinice11@naver.com">hinice11@naver.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="KO">
<div>
<p class="MsoNormal"><span lang="EN-US">When tried with the examples, this error came
up.</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">Is there anyone who help me???</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks.</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">./Medical1 ~~~~~~~~</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">ERROR: In
/home/hinice/vtk-5.4.2/IO/vtkVolume16Reader.cxx, line 355</span></p>
<p class="MsoNormal"><span lang="EN-US">vtkVolume16Reader (ox1a707bo) : Cant't find
file: DATA.1</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-family: "Cooper Black","serif";" lang="EN-US">Jo,
Bong Su</span></p>
<p class="MsoNormal"><span style="font-family: "Cooper Black","serif";" lang="EN-US">Tel)
010-9366-5313</span></p>
<p class="MsoNormal"><span style="font-family: "Cooper Black","serif";" lang="EN-US">Life
is too short not to be fun.</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
</div>
</div>
<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 <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>