Developer studio becomes slow...
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
My developer studio is extremly slow in the moment. I am waiting about 1 minute when inserting a line into the code. What can I do? Thank you...
Try closing down DevStudio and then deleting your "Project.NCB" file. Let me know if that works. Alvaro
-
My developer studio is extremly slow in the moment. I am waiting about 1 minute when inserting a line into the code. What can I do? Thank you...
Did you try the Task Manager to determine "who" is using the processor? It could be another task entirely. Sometimes I have programming bugs that cause my program to get hung up without terminating but without a window. In situations like that, the program could be using up the processor. There are many other possibilities too.