Click to See Complete Forum and Search --> : what's system resource?and what can cause its level down?


October 7th, 1999, 08:14 AM
thank u

Jason Teagle
October 7th, 1999, 08:40 AM
It probably means memory for graphical items. It can go down by not properly matching calls to CreateXXX() & DeleteXXX() / DestroyXXX(), GetXXX() & ReleaseXXX(), etc. and by not selecting GDI objects out of DCs before destroying the DC (as you should).