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
<ctacke/> - 28 Dec 2007 15:16 GMT
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.

Signature
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
> Hello,
> We have an application written in C# running on ppc (mobile 2005)
[quoted text clipped - 8 lines]
>
> Thanks
td - 28 Dec 2007 17:16 GMT
OK, could you give me the link please ?
> 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
[quoted text clipped - 12 lines]
>>
>> Thanks
<ctacke/> - 28 Dec 2007 17:24 GMT
Search engines work pretty well:
http://www.google.com/search?q=compact+framework+memory+management+webcast

Signature
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
> OK, could you give me the link please ?
>
[quoted text clipped - 15 lines]
>>>
>>> Thanks