Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Ramsey on November 29, 2007, 06:42:05 am

Title: GCC Error Returns
Post by: Ramsey on November 29, 2007, 06:42:05 am
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
Title: Re: GCC Error Returns
Post by: dje on November 29, 2007, 07:55:59 am
Hi !

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

Dje