Hello,
Currently i am trying to exchange data with the server to my pocketpc.
On the pocketpc i am running windows ce 2003 with the compact framework
1.1. When i try to load the data into the memory of my program i receive
a "System.OutOfMemoryException" exception.
- How can i allocate more memory for my program? (in java you could
alwyas use: java -Xmx128m, so it would use 128 mb)
- How can i call the garbage collector, so more memory is freed?