V
V
Vyacheslav Mezentsev2016-10-10 14:23:29
C++ / C#
Vyacheslav Mezentsev, 2016-10-10 14:23:29

Are PVS-Studio friendly with the Makefile Project type?

I write code for MK in C ++ in Visual Studio, I collect it through Makefile. Somewhere else I also use the Makefile Project. I downloaded/installed the PVS-Studio demo and I get a message when I try to check that there are no files in the project, etc.
That is, if the compiler (project type) is not known (not supported), then I will not receive the analysis?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Paull, 2016-10-11
@Paul

You can't check directly from Visual Studio. You can run the check with compile monitor, or you can build it into the makefile directly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question