Slow Editor in VC+ 6.0
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
My C++ editor is painfully slow on a large file (13 000 lines) whenever I add a new line. Does anybody know something I can turn in or off so it would be usable? Thanks for any advice (oh apart from breaking up the file!)
-
My C++ editor is painfully slow on a large file (13 000 lines) whenever I add a new line. Does anybody know something I can turn in or off so it would be usable? Thanks for any advice (oh apart from breaking up the file!)
- Are you using visual assist, or any other pluggings? See if you can turn'em off improve performance... Another option is to delete *.ncb, *.opt, *.clw... If *.opt is corrupt vc editing will be very slow. Brian
-
- Are you using visual assist, or any other pluggings? See if you can turn'em off improve performance... Another option is to delete *.ncb, *.opt, *.clw... If *.opt is corrupt vc editing will be very slow. Brian