I think I found the answer re: Visual C++ Runtime Library Errors

  • Thread starter Thread starter Guest
  • Start date Start date
Debbie said:
See this link:

http://support.microsoft.com/default.aspx?scid=kb;en-us;323635&Product=winxp

I have no idea how to do what it suggests. Does anyone out there know?

Would making more memory space available also help?

I do not recall your original problem statement. In KB 323635 under
SYMPTOMS, the problem discussed occurs when physical memory is exhausted and
the OS starts using the pagefile. From this description adding more physical
memory would help if your computer can support additional memory.

The resolution given in the KB requires modification of the source code in
the Visual C program. To implement this resolution, you need to have access
to the source code.

Don
 
Back
Top