Hi,
I am compiling dll's that take a long time, i was wondering if you could automatically make MSVC++ abort the compile after a certain number of errors.
For example an error in one header causes 100's of errors in the program but it can take a few minutes for the compilation to stop.
I know I can cancel it manually, but was wondering if I could get the compiler to go, you have had 20 errors, the compile is not going to work I give up?
Cheers