K
KNC
hi all,
I have raised this problem long ago but I am back for your help.
I heard about Pocket PC memory limitation within 32 MBs virtual
address space after reading some articles:
Mike Zintel:
http://blogs.msdn.com/mikezintel/archive/2004/12/08/278153.aspx
Douglas Boling : Windows CE .NET Advanced Memory Management
Then I have recorded the virtual address space consumed by my .NET
pocket pc App via function GlobalMemoryStatus() every 5s for catching
memory status in case of unexpedtedly quitting, and it report :
Total virtual = 32
Available virtual = 15 ~ 20 MBs
So it seems there is much free memory for my app !!!
Could someone point out why my app often exit suddenly without any
warning !!! Is there other reason that I don't know?
Very appreciated,
Khanh
I have raised this problem long ago but I am back for your help.
I heard about Pocket PC memory limitation within 32 MBs virtual
address space after reading some articles:
Mike Zintel:
http://blogs.msdn.com/mikezintel/archive/2004/12/08/278153.aspx
Douglas Boling : Windows CE .NET Advanced Memory Management
Then I have recorded the virtual address space consumed by my .NET
pocket pc App via function GlobalMemoryStatus() every 5s for catching
memory status in case of unexpedtedly quitting, and it report :
Total virtual = 32
Available virtual = 15 ~ 20 MBs
So it seems there is much free memory for my app !!!
Could someone point out why my app often exit suddenly without any
warning !!! Is there other reason that I don't know?
Very appreciated,
Khanh