- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Slaying the 'virtual' memory monster
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
April 19 2012 10:55 AM - edited April 19 2012 08:39 PM
I always see, that many windows mobile programmers are not aware of memory limitations on limitted resources on windows ce 4.2 and 5 based devices.
Although Darren published a doc with many links but no information, here is a link to a very good (and old) article about memory in windows ce devices: http://blogs.msdn.com/b/hegenderfer/archive/2007/1
Do not miss the first article on that http://blogs.msdn.com/b/hegenderfer/archive/2007/0
And a great artcle at codeproject: http://www.codeproject.com/Articles/32297/Visualiz
Here a screen of the app at codeproject:
Regardless of how much program memory is left, NO process will get more than the what is free in the process's 32MB slot.
It would be nice if a moderator would pin this message.
Edit: Added some articles on profiling and memory usage of CF:
http://blogs.msdn.com/b/stevenpr/archive/tags/diag
Thanks
Josef
-------------==========================--------------
See all my tips and tools at hxxp://www.hjgode.de/dev
and the NEW http://www.hjgode.de/wp
code at google com:
http://code.google.com/p/itc-keyboard/
http://code.google.com/p/rdesktop-ce/
http://code.google.com/p/win-mobile-code/source/browse/#svn%2Ftrunk
Re: Slaying the 'virtual' memory monster
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
April 19 2012 10:47 PM - edited April 19 2012 11:34 PM
Hi
as the board only allows 5 attachements, here is the continued list of good-to-now memory related CE articles:
http://msdn.microsoft.com/en-us/library/aa454885.a

http://www.eceblogger.com/2008/09/windows-ce-virtu
Memory leak...now what?
http://blogs.msdn.com/b/raffael/archive/2008/02/21
![]()
The attached docs are just in case the URLs change or the sites go down (BTW: do you know web.archive.org?)
-------------==========================--------------
See all my tips and tools at hxxp://www.hjgode.de/dev
and the NEW http://www.hjgode.de/wp
code at google com:
http://code.google.com/p/itc-keyboard/
http://code.google.com/p/rdesktop-ce/
http://code.google.com/p/win-mobile-code/source/browse/#svn%2Ftrunk
Re: Slaying the 'virtual' memory monster
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
April 20 2012 01:37 AM
There are even more great sources about memory in Windows CE:
How to save mem in CF
http://robtiffany.com/memmaker-for-the-net-compact
-------------==========================--------------
See all my tips and tools at hxxp://www.hjgode.de/dev
and the NEW http://www.hjgode.de/wp
code at google com:
http://code.google.com/p/itc-keyboard/
http://code.google.com/p/rdesktop-ce/
http://code.google.com/p/win-mobile-code/source/browse/#svn%2Ftrunk
Re: Slaying the 'virtual' memory monster
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
April 20 2012 06:18 AM
Hey Josef - excellent collection of information there, especially considering that's one of the biggest headaches for new (and often not so new) mobile developers - thanks!
DanO
Community Manager
Intermec Developer Support
Re: Slaying the 'virtual' memory monster
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
April 26 2012 12:00 PM
Thanks for putting all of this in 1 article.

