User Activity

  • Posted a comment on discussion Bugs reporting on Snap7

    When including "s7_partner.h" or another header that includes it, on a platform that is c++17 or more, the line "using namespace std;" leads to errors as byte will become ambiguous in the code between std::byte and ::byte declared in "snap_platform.h". Removing the using fixes the issue.

  • Posted a comment on discussion General Discussion on cppcheck

    Thanks for the hint about wix, it got me on track to find the solution: Considering the features defined here: https://github.com/danmar/cppcheck/blob/master/win_installer/cppcheck.wxs Considering this hint about installing features from the command line with wix: https://stackoverflow.com/questions/246329/wix-how-to-select-features-from-command-line I managed to achieve a full install with the following command-line: msiexec /i cppcheck-1.87-x64-Setup.msi ADDLOCAL=CppcheckCore,CLI,GUI,Translations,ConfigFiles,PlatformFiles,PythonAddons,CRT...

  • Posted a comment on discussion General Discussion on cppcheck

    I was wondering if there was any way to tell the MSI to install the python addon through the command line? I'd like to provide this option in the chocolatey package.

View All

Personal Data

Username:
thieum
Joined:
2019-04-10 12:35:42

Projects

  • No projects to display.

Personal Tools