Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Why is VCEFSD not pageable?

0 views
Skip to first unread message

Max Motovilov

unread,
Nov 23, 2009, 12:16:16 PM11/23/09
to
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...

Max Motovilov

unread,
Nov 23, 2009, 2:29:08 PM11/23/09
to
I've just discovered it to be a non-issue for WinMo6 emulator -- VCEFSD
is pageable there out of the box. The only question is if the same thing
can be done with WinMo5...

...Max...

0 new messages