You are here

how to invoke cppcheckportable from commandline for opening a cppechk project and run analysis

2 posts / 0 new
Last post
rakeshnarayanaswamy
Offline
Last seen: 3 years 9 months ago
Joined: 2020-06-19 02:24
how to invoke cppcheckportable from commandline for opening a cppechk project and run analysis

Hi Friends,

the below command will launch cppcheck gui and runs analysis on a visual studio project

CppcheckPortable.exe "path to the visual studio solution/project"

However I would like to invoke CppcheckPortable on a cppcheck project (project.cppcheck) so that cppcheck gui will launch and open a pre-created project and runs analysis

John T. Haller
John T. Haller's picture
Online
Last seen: 56 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Pass Through

Whatever you pass to the launcher is passed to the app, so figure out what the app needs and use that.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments