I have an 'Extern Tool' that I use to run a gcc makefile from inside
of MSDEV 7.0

I am able to click on an error line and have the offending file
brought up in the editor, but I would like to be able to show the
errors in red.

Is there a way to modify this in msdev?

RE: Error parser for running make by SlideOMix

SlideOMix
Wed Jan 19 13:49:04 CST 2005

Is there a special argument you have to pass to gcc to get this to work?
VS.NET parses the output for the errors correctly and shows them as errors,
but if I double click on the error it doesn't take me to the line.

"Kurt Sierens" wrote:

> I have an 'Extern Tool' that I use to run a gcc makefile from inside
> of MSDEV 7.0
>
> I am able to click on an error line and have the offending file
> brought up in the editor, but I would like to be able to show the
> errors in red.
>
> Is there a way to modify this in msdev?
>