CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    6

    Very Slow Visual Studio 6.0 IDE

    Very Slow Visual Studio 6.0 IDE

    I'm working on a large project with >100 .CPP and .H files and editing is very slow.

    I figured out, that it could be the wizbar context tracking.
    Does someone know how to disable the context tracking in the IDE?

    Thanks in advance,
    Martin Horst


  2. #2
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    Re: Very Slow Visual Studio 6.0 IDE

    One possibility for the slowness is your .NCB file. It just keeps growing and growing and ...

    Close your project, delete the file, and see if that helps.

    Cheers!
    Alvaro


  3. #3
    Join Date
    Jun 1999
    Location
    San Diego, CA
    Posts
    600

    Re: Very Slow Visual Studio 6.0 IDE

    >I figured out, that it could be the wizard
    >context tracking. Does someone know how to
    >disable the context tracking in the IDE?

    Go to menu Tools->Options. Select the
    Editor page and uncheck boxes in the
    "Statement Completion Options" section
    at the bottom.





  4. #4
    Join Date
    Dec 1999
    Posts
    3

    Re: Very Slow Visual Studio 6.0 IDE

    Please see Q236399 HOWTO: Troubleshoot Visual C++ Performance Problems


  5. #5
    Join Date
    Dec 1999
    Posts
    9

    Re: Very Slow Visual Studio 6.0 IDE

    1 year ago, I disabled the option "Double click in the dialog editor edits code" option in the compatibility tab of the options dialog.I hided Wizardbar, deleted all the ncb. opt. and other unnecessary files,Restarted my computer and got a huge speed increase.


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