Not enough memory free after a few minutes

T

td

Hello,
We have an application written in C# running on ppc (mobile 2005)
Free memory before working : about 25Mo.
The application is cut in little dlls.
Each call to resources is suuround with "using" instruction.
After a few minutes and a 100 clics, we have only 1Mo left on the device.

Could someone help us.
I remark, that, when I have about 5Mo left, if I start another application
like Pocket Excel, the free memory grows again.

Thanks
 
G

Guest

The last behavior is definitely expected. I suggest that you read up on how
the GC wortks in the CF. MSDN has a decent webcast that covers the topic.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top