Posts by Raul de Macedo • 81 points
2 posts
-
2
votes2
answers830
viewsA: How to allocate program memory and storage before running my application in Wince?
Problem solved. The main problem was with the GC of CF 2.0, which was not managing the collection correctly. With an update from . NET CF v2.0 for v3.5 both on machine and project, GC started to…
-
6
votes2
answers830
viewsQ: How to allocate program memory and storage before running my application in Wince?
I am reprogramming a C# application to run on Windows CE, but my machine has little memory. Therefore, I need to allocate the appropriate amount of processing memory (program memory) and storage…