News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Lost the task description when use VC Compiler

Started by Loaden, September 30, 2010, 01:51:36 AM

Previous topic - Next topic

Loaden

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?

ollydbg

I guess there is bug of compiler plug-in when parsing the VC's log.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.