Has just spent my morning figuring out why CreateFileMapping() uses up
physical memory for the entire file. Turns out, the simulated memory
card driver for the Windows Mobile (5 in my case) emulator is a
non-pageable device -- if I am right in understanding that VCEFSD.DLL is
its driver. Which makes it a very poor substitute for the real thing if
the application uses memory mapped files extensively :( I wonder if
there's a workaround for this issue -- a way to turn paging on in VCE,
an alternative way of simulating memory cards in the emulator, something?
Thanks in advance for any suggestions,
...Max...