I have been using DICOMReader in 64 bit OS and it has not crashed on me before . Probably its a memory error . I usually convert it into Analyze format and reduce the dimensions or the data type so that it can be loaded . Maybe you can try that .<br>
<br>Regards<br>Darshan<br><br><div class="gmail_quote">On Fri, Sep 3, 2010 at 5:44 PM, Ali Habib <span dir="ltr">&lt;<a href="mailto:ali.mahmoud.habib@gmail.com">ali.mahmoud.habib@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">it&#39;s 245 MB data , I will search for that I use c# and vista as operating system<div class="im"><br><br><div class="gmail_quote">On Sat, Sep 4, 2010 at 12:32 AM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>On Fri, Sep 3, 2010 at 5:28 PM, John Drescher &lt;<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>&gt; wrote:<br>


&gt;&gt; I successfully read DICOM data using  vtkDICOMImageReader   for directory<br>
&gt;&gt; contains 78  files<br>
&gt;&gt; But when tried to load from directory contains 418 files , my application<br>
&gt;&gt; crashed<br>
&gt;&gt;             vtk.vtkDICOMImageReader VDR = new vtk.vtkDICOMImageReader();<br>
&gt;&gt;             VDR.SetDirectoryName(@&quot;G:\Master Degree\test DataSet\My<br>
&gt;&gt; Disc\07291640&quot;);<br>
&gt;&gt;             VDR.SetDataOrigin(0, 0, 0);<br>
&gt;&gt;             VDR.Modified();<br>
&gt;&gt; any suggestion please , or is there any limits regarding vtkDICOMImageReader<br>
&gt;<br>
&gt; I believe it is limited to around 4GB dicom files since the reader<br>
&gt; uses 32 bit index pointers.<br>
&gt;<br>
<br>
</div></div>In 32bit windows however you will be limited by the largest<br>
allocatable memory block which should be around 1.2GB ( even if your<br>
PC has 4 GB of ram) unless you have your program compiled with the<br>
LARGEADDRESSAWARE linker flag and you have your OS set to allow 3GB<br>
applications.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br></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>