News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

GCC Error Returns

Started by Ramsey, November 29, 2007, 06:42:05 AM

Previous topic - Next topic

Ramsey

I was wondering how GCC returns errors. Does it dump them to a file? Also, Does anyone know how CodeBlocks picks the errors from the compiler as well?

Thanks,
Ramsey

dje

Hi !

Code::Blocks runs GCC through a process and redirect stdout and stderr into the log text control.

Dje