R
rollasoc
Hi,
Our application, seems to run fine for several hours, then pops up with a
low virtual memory message. This sometimes then crashes the system, since it
will then say one of the objects has not been instantiated.
I'm assuming we've been a bit lax with the disposing of objects. Is there a
difinitive list of things we should be disposing manually?
The application is graphic intensive and we have been disposing of variosu
graphic \ pens and brushes objects, but what about temporary bitmaps (i.e.
backbuffers) etc.
Any tips as to what else I might need to Dispose rather than let the GC have
a go at an unspecified point?
rollasoc
Our application, seems to run fine for several hours, then pops up with a
low virtual memory message. This sometimes then crashes the system, since it
will then say one of the objects has not been instantiated.
I'm assuming we've been a bit lax with the disposing of objects. Is there a
difinitive list of things we should be disposing manually?
The application is graphic intensive and we have been disposing of variosu
graphic \ pens and brushes objects, but what about temporary bitmaps (i.e.
backbuffers) etc.
Any tips as to what else I might need to Dispose rather than let the GC have
a go at an unspecified point?
rollasoc