PDA

View Full Version : Static scan error 18 in Win 7



ccordes
01-21-2011, 12:31 PM
Hi
I have my source files on an XP machine where they are compiled. I have SB installed on a win7 workstation. When I try to static scan the exe for the project, I get a Fatal Error 18 from SB. :confused:
Not sure what to try to fix this...

TIA,
Chris

linder
01-22-2011, 04:27 AM
Chris,

It means that Windows returned 18 general failures when it scanned trough your application header files. Perhaps some (expected) dependency files are missing, etc. If it was possible to get an error description for that general failure then it is displayed in the list.

Hope this helps.

Friedrich

linder
01-22-2011, 08:40 AM
BTW, you have the files on your XP machine and you try to scan from your Win7 workstation. So I assume you try to do this via a mapped drive or another network path. It's well possible that you have a permission issue and/or Windows can't locate the dependency files through the network share. Windows tries to search for the dependency files but does not look (or can't look) foom your Win7 machine to your XP machine.

Friedrich

ccordes
01-22-2011, 09:02 AM
That could be it. The mapped drive is not part of the local path. I will look closer at the permissions.
Thanks

chris