Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Loaden on September 30, 2010, 01:51:36 am

Title: Lost the task description when use VC Compiler
Post by: Loaden on September 30, 2010, 01:51:36 am
Hi, All!
I am set "Global compiler settings > Other settings > Compiler logging" value as "Task description (e.g. "Compiling <file>...")".
If use GCC Compiler, it is works well!
But, If use VC will not show "Compiling: " before the compiled file.
Quote
-------------- Build: Debug in dedfew ---------------

Linking console executable: bin\Debug\dedfew.exe
main.cpp
Output size is 461.00 KB
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings (0 minutes, 1 seconds)

It is a bug, or a feature?
Title: Re: Lost the task description when use VC Compiler
Post by: ollydbg on September 30, 2010, 04:36:21 am
I guess there is bug of compiler plug-in when parsing the VC's log.