home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4794 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. From: chris@chrism.demon.co.uk (Chris Marriott)
  3. Path: sparky!uunet!pipex!demon!chrism.demon.co.uk!chris
  4. Subject: Re: WHAT THE FUCK!?: Memory: 8,742KB Free, System Resources: 
  5. Distribution: world
  6. References: <C0KF1y.Eqz@newsserver.technet.sg>
  7. Organization: None
  8. Reply-To: chris@chrism.demon.co.uk
  9. X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.19)
  10. Lines: 38
  11. Date: Sat, 9 Jan 1993 17:37:21 +0000
  12. Message-ID: <726601041snz@chrism.demon.co.uk>
  13. Sender: usenet@demon.co.uk
  14.  
  15. In article <C0KF1y.Eqz@newsserver.technet.sg> ipser@solomon.technet.sg writes:
  16.  
  17. >
  18. >Well, I've narrowed it down. I'm NOT running out of memory, my memory
  19. >requirements are in fact quite modest. I'm running out of "system resources".
  20. >Just what are these system resources that I'm exhausting?
  21. >
  22. >It is not the case that I have a bunch of icons, pens, brushes or what
  23. >have you. I have only a handful of each and I always deallocate them when
  24. >done. That is not the problem.
  25. >
  26. >I DO have a number of windows proportional to the size of the document. In 
  27. >the current case, something like 650 windows. Larger documents would require
  28. >still more windows and the current test is rather modest in size and
  29. >complexity compared to what I envision the user doing.
  30. >
  31. > [ stuff deleted ]
  32. >Help me, please!
  33. >
  34.  
  35. You're running out of space in what's called the "User" segment.  This is a
  36. 64k area of memory shared by all the running applications in which
  37. information about windows is stored.  There's no way to expand this.
  38.  
  39. You got *650* windows!!!!  Dare one ask "why"?
  40.  
  41. This is your problem.  You've *got* to get rid of these windows!  10 or 20
  42. windows, fine.  650 - no way!
  43.  
  44. Chris
  45. -- 
  46. --------------------------------------------------------------------------
  47. | Chris Marriott                           | chris@chrism.demon.co.uk    |
  48. | Warrington, UK                           | BIX: cmarriott              |
  49. | (Still awaiting inspiration              | CIX: cmarriott              |
  50. |  for a witty .sig .... )                 | CompuServe: 100113,1140     |
  51. --------------------------------------------------------------------------
  52.  
  53.