Flashing Cursor during Build
Brought to you by:
gordonwatts
During the "copy header files" section of the make file the cursor constantly flashes with the "wait" cursor.
To repro:
1. Create new IDE project
2. Hit build.
3. Move cursor over the explorer background
You'll notice the cursor constantly flash from pointer to pointer + wait.
This happens for every command.
I assume make is spawing commands like crazy and each process start up somehow is hooked into the explorer and it thinks somethign is starting, so ti changes this cursor.
Don't know about other versions of the OS, but this seems to happen on Vista regularly.
Is there a way to fix this? It is pretty annoying though it does not affect anything.