CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    Japan
    Posts
    7

    Losing IDE when invoking HELP

    I have been debugging an app that doesn't yet run properly when compiled as a release. I am making progress, but in the process of testing, something bad happened and now most of the time when I try to call up Help, I get a message that says "not enough memory, close some applications and try again" Then I click OK on the dialog box and everything including the IDE goes away. Then the computer gets really slow and I have to do a restart to get it back. I have reloaded windows, VC++, and SP2, so it must be some sort of config file problem somewhere. I have also done scan disk and registry checker. No problems are found. Any suggestions? I think a file somewhere got corrupted.


  2. #2
    Join Date
    Oct 1999
    Location
    Columbus, Ohio, USA
    Posts
    8

    Re: Losing IDE when invoking HELP

    Hi Andy. The fact that your application will not run properly in release indicates a likely memory and/or resource problem within your code. And, you would want to track down this problem before going further.

    You may want to run your program using integrated debugging and BoundsChecker by NuMega.

    I hope this helps.

    Regards,
    Hassan

    TiaSoft

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured