Error 305: Unable to open module 'Files'
Minor irritation, unclear error message: Using separate directories for exe and lint files creates the following problem unless the path variable is also set to the exe location. Not clear exactly which files lint requires, so have to copy all over (don't want path modified).
c:\"Program Files (x86)\pc-lint 9.0"\lint-nt -v
PC-lint for C/C++ (NT) Vers. 9.00L, Copyright Gimpel Software 1985-2014
Error 305: Unable to open module 'Files'
It is not clear what the issue here is, please email support for assistance.
-
Harry McKee commented
I had this problem, too. My error was defining the environment variable "LINT" in one of my script files. After removing this definition, everything worked.