<div dir="ltr">it&#39;s 245 MB data , I will search for that I use c# and vista as operating system<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">drescherjm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Fri, Sep 3, 2010 at 5:28 PM, John Drescher &lt;<a href="mailto:drescherjm@gmail.com">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>