<div dir="ltr">it'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"><<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>></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 <<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>> wrote:<br>
>> I successfully read DICOM data using vtkDICOMImageReader for directory<br>
>> contains 78 files<br>
>> But when tried to load from directory contains 418 files , my application<br>
>> crashed<br>
>> vtk.vtkDICOMImageReader VDR = new vtk.vtkDICOMImageReader();<br>
>> VDR.SetDirectoryName(@"G:\Master Degree\test DataSet\My<br>
>> Disc\07291640");<br>
>> VDR.SetDataOrigin(0, 0, 0);<br>
>> VDR.Modified();<br>
>> any suggestion please , or is there any limits regarding vtkDICOMImageReader<br>
><br>
> I believe it is limited to around 4GB dicom files since the reader<br>
> uses 32 bit index pointers.<br>
><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>