How to filter Delphi 2010 compiler output (hints)?

Posted by Paul-Jan on Stack Overflow See other posts from Stack Overflow or by Paul-Jan
Published on 2010-06-08T09:59:51Z Indexed on 2010/06/08 10:02 UTC
Read the original article Hit count: 226

Filed under:
|
|

I'm trying to get rid of some hints(*) the Delphi compiler emits. Browsing through the ToolsAPI I see a IOTAToolsFilter that looks like it might help me accomplish this through it's Notifier, but I'm not sure how to invoke this (through what xxxServices I can access the filter). Can anyone tell me if I´m on the right track here? Thanks!


(*) In particular, H2365 about overridden methods not matching the case of the parent. Not so nice when you have about 5 million lines of active code with a slightly different code convention than Embarcadero's. We've been working without hints for months now, and we kinda miss 'm. :-)

© Stack Overflow or respective owner

Related posts about delphi

Related posts about toolsapi