Did anybody find a way to integrate vera++ (http://www.inspirel.com/vera/) into uVision, so that when clicking on the output messages, uVision jumps to the corresponding source line in the editor.
Unfortunately, vera++ can not output different formats (like pc-lint can). The vera++ output is has the following format:
any.hpp:188: negation operator used in its short form any.hpp:192: keyword 'if' not followed by a single space any.hpp:192: negation operator used in its short form
Unfortunately, this format is not understood by uVision.
Regards, Martin