Problem

  • Thread starter Thread starter Jorge Valdez H
  • Start date Start date
J

Jorge Valdez H

I have one new problem Im receiving one mesage wen Im
using certain software that mesage is ran out heap memory
whats heap
 
Hi,

Sounds like that software has memory problems under WinXP, you need to
contact the program vendor for help.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x
Windows isn't rocket science! That's my other hobby!

Associate Expert - WinXP - Expert Zone
 
Jorge,

Rick is correct - contact the software company and see if perhaps there is a
compatibility problem, or a patch/upgrade you need.

Since you asked, here is a technical MSDN document about heap memory, what
it does, etc. It's old, but the concepts haven't changed much over the years
(I bet I now receive hate mail from msdn-types telling me how wrong I am and
how much better XP handles heap fragments and what-not).

Prepare to be overwhelmed:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/msdn_heapmm.asp

Patrick Pitre
 
from the wonderful said:
I have one new problem Im receiving one mesage wen Im
using certain software that mesage is ran out heap memory
whats heap

'Heap' is basically RAM that is assigned in a particular fashion (as
opposed to 'stack', which is assigned linearly from one end). As far as
this error goes, it's a programming bug - there's probably nothing that
you can do to fix it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top