Re: memory leak
- From: "<ctacke/>" <ctacke[@]opennetcf[dot]com>
- Date: Sun, 13 Aug 2006 15:16:12 -0400
The same has to be done on the full framework, and again, it's not a bug.
-Chris
"Hilton" <nospam@xxxxxxxxxx> wrote in message
news:gvJDg.12218$gY6.3863@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I bet you're doing something like "xyz.Image = new Bitmap (...)" - right?
If so, there is a bug in the CF design/implementation (IMHO) that forces
you to do your own memory management; i.e. for every "new Bitmap ()" you
do, you'll need to do a "Dispose()" on that bitmap when you're done with it
(aka malloc and free).
Let us know if that helps,
Hilton
"raju" <ponnurajs@xxxxxxxxx> wrote in message
news:1155390117.643466.283160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hai
In my device application (windows ce application using vb.net), i
am having nearly 25 forms. Moving from one form to another form, just i
am hide the first form and show the second form.
Each form I am having some picturebox, putting images for that
picturebox using imagelist.
My application works very well. But, if the application running
contineously for 1 or 2 hours, i am getting error such as "low memory".
when i checked the memory, it will automatically increasing when
the application is in running. First initial time, it occupies 22 mb
and it increasing upto 32 to 35 mb.
What is the reason for this? and how to correct this memory
problem.
Regards
Raju.
.
- Follow-Ups:
- Re: memory leak
- From: Hilton
- Re: memory leak
- References:
- memory leak
- From: raju
- Re: memory leak
- From: Hilton
- memory leak
- Prev by Date: Re: lnk file
- Next by Date: Re: lnk file
- Previous by thread: Re: memory leak
- Next by thread: Re: memory leak
- Index(es):
Relevant Pages
|