Under Windows CE, how can I check which RAM based DLLs are loaded in virtual memory space?
Posted
by Michal Drozdowicz
on Stack Overflow
See other posts from Stack Overflow
or by Michal Drozdowicz
Published on 2010-01-12T10:29:33Z
Indexed on
2010/03/16
21:01 UTC
Read the original article
Hit count: 172
I have a problem with loading a DLL under Windows Mobile 5.0. I'm pretty confident that this is caused by running out of the application virtual memory (the 32 MB slot of the process, as explained in Windows CE .NET Advanced Memory Management).
I'm looking for a way to actually make sure that this is the issue and investigate whether my efforts bring expected results. Do you know of a way to check the contents of the virtual memory application slot? Any applications that can help me with this task?
© Stack Overflow or respective owner