We have a managed directX application that consistently runs out of memory on 32bit system because of large datasets. These are datasets that are bigger than 3Gb and fail without excessive fragmentation of the LOH. I've been investigating running under windows XP 64bit and Vista 64bit. The February 2007 DirectX SDK doesn't appear to have 64bit managed directx.
What are my options (Rewriting our app native isn't one of them).
Jamie Briant

Managed DirectX 64bit
bw12117
JamesZ
c_shah
Unfortunately they appear to load 32 bit native dll's which of course fails. I'm not talking hypotheticals here. This is something I have attempted. The editbin option certainly vastly improves our situation, but still leaves us out in the cold for extremely large files. I should point out that we are running on 8x AMDx2 (16 core) machines with 8Gb of ram, or Dual Quad-Core 64bit Xeons, as well as my humble 64bit laptop :-)
Jamie
Rodolfo Navarro
MVP User's suggestion of using LaregeAddressAware is a good stop gap until bit is released. I however, do not know what the plans will be for supporting/shipping 64bit.
Jeff