Slow loading of files in VC++
-
I am using VC6 on a 1.3ghz processor. My project is fairly large (about 1500 files). When I double click on a header or file in ClassView it takes up to 20 seconds to actually load it. Also, during this time, MSDEV is taking >95% of the processor time. Why? Can I prevent it? Neil
-
I am using VC6 on a 1.3ghz processor. My project is fairly large (about 1500 files). When I double click on a header or file in ClassView it takes up to 20 seconds to actually load it. Also, during this time, MSDEV is taking >95% of the processor time. Why? Can I prevent it? Neil
Do you have an excessive amount of breakpints set? (Check (under VC6) with 'Edit/Breakpoints') Try deleting your *.ncb-file. It gets rebuild on the start of VC++6. That is my standard when soemthing strange happens.
My opinions may have changed, but not the fact that I am right.
-
I am using VC6 on a 1.3ghz processor. My project is fairly large (about 1500 files). When I double click on a header or file in ClassView it takes up to 20 seconds to actually load it. Also, during this time, MSDEV is taking >95% of the processor time. Why? Can I prevent it? Neil
I know others that have mentioned this behavior when opening a project with many files. The VS editor is just not built to handle such a big payload.