Hi all,
I use managed dlls in my application to read dicom data (.NET wrapper for visualisation tool kit if any one know) , the problem is that when trying to increase the DICOM series the system crashed ,
the reader uses 32 bit index pointers. on suggest using LARGEADDRESSAWARE linker flag but this is not in c# , is there any way to overcome this crash
I am sure that my code do well in small dataset,
I have vista as operating system, c# 2005 , and x86 Debugging mode
Best reagrds