c++ - Quickly locating error message in MSCV 2010 -


when compile c++ project , have errors, see errors need open find window , search 'error' inside output window.

isn't better way go on error messages?

thank you

to expand on comment earlier, error list window can shown clicking view->error list main menu or pressing ctrl+w,e.

with error list window visible errors detected during compilation should clickable within window once compilation has failed.

error list


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -