Search code examples
visual-c++compiler-errorsfile-permissions

fatal error LNK1104: cannot open file


I get this error when compile in VS C++ 2010.

LINK : fatal error LNK1104: cannot open file 'cvblobslib.lib'

This project is stored on my company server. And I don't have full control.

Is that the problem?


Solution

  • Probably. The linker cannot access the remote lib file. Is there any way you can copy it locally? If you cannot access the file through the OS, then the linker won't be able to either.