Compiler
-
I use the MS VCC+ 6.0 Compiler. After a system-crash i have great problems, to open the project. During opening the project uses nearly 100% of CPU an i can wait a long time. The same by changing in the project. What can i do?
-
I use the MS VCC+ 6.0 Compiler. After a system-crash i have great problems, to open the project. During opening the project uses nearly 100% of CPU an i can wait a long time. The same by changing in the project. What can i do?
After MSVC has crashed, check that it has actually closed. Sometimes you'll get one or more MSDEV.EXE processes left running, which you can kill off with Task Manager before you restart it. It's pretty good practice to reboot your machine after a crash though. -- Help me! I'm turning into a grapefruit!
-
I use the MS VCC+ 6.0 Compiler. After a system-crash i have great problems, to open the project. During opening the project uses nearly 100% of CPU an i can wait a long time. The same by changing in the project. What can i do?
You may also consider deleting the .opt, .ncb, .clw, .aps, .plg files and the Debug and Release directories. Sometimes it helps! Best regards, Alexandru Savescu