[vtkusers] Information of max size of Volume in VTK
Sean McBride
sean at rogue-research.com
Wed Mar 14 10:28:32 EDT 2007
On 2007-03-14 10:32, Michael Knopke said:
>Hello, I'm programming in visual Basic and I want to render a big
>volume.
>
>
>
>1000*1000*1000. it's the size of my volume.
>
>
>
>When I run my routine, the program crashes and launch C++ debugger.
Where does it crash? Which OS are you using, specifically a 32 or 64
bit OS? My guess is that you are using a 32 bit OS, and your process is
trying to allocate more than 4 GiB of memory, and so crashes.
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the vtkusers
mailing list