<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Wow, this doesn't sound Jabber-related at all :-)
<p>It actually sounds like you are testing or just running on Windows 9x
(and not NT/2000), and you have found a system resource leak.
<p>See, when you create a drawable system resource in Windows, you are
pulling that structure from a fixed-sized list. for 3.1 and 9x releases,
there is one group for the system, for NT there is a group per application.
Once you run out, applications won't be able to load the graphics, fonts,
etc they need to draw and will draw basically randomly.
<p>The only solution I have found is 1) upgrade to NT/2000 or 2) review
the code for drawing-context leaks.
<p>-David Waite
<p>Dillip Kumar Swain wrote:
<blockquote TYPE=CITE><style></style>
<i><font size=+0>Hi</font></i>
<br><i><font size=+0>I have an application which has serious memory leakage
. It gradually</font></i>
<br><i><font size=+0>eats up total systems resources in 2-3 Hrs. Causing
other application</font></i>
<br><i><font size=+0>lose their toolbars, change in font etc. When i close
1-2 (other</font></i>
<br><i><font size=+0>application) everything becomes normal but only for
15-20 minutes.</font></i>
<br><i><font size=+0>Can anyone tell me how to pinpoint the erring source
code??</font></i>
<br><i><font size=+0>Please help me out , this is URGENT.</font></i>
<br><i><font size=+0>thanks in advance.</font></i></blockquote>
</body>
</html>