fatal error LNK1104: cannot open file '\...\libusb.lib

We bought a laboratory oscilloscope for my lab with graphical interface on the computer. I'm trying to modify it's software and add more options. My problem is that when I try to compile it, it writes "fatal error LNK1104: cannot open file '.. \ .. \ .. \ .. \ .. \ .. \ libusb \ lib \ msvc \ libusb.lib".
I tried to find in the Linker where this path was defind so I could change it to the correct location of the file, but I can't find it.
I am using vc++ 2010 express.
please help
In the project Property Pages, in the Linker group, look at the General page. The "Additional Library Directories" field lets you specify the path where the compiler looks for libraries to link against.
Topic archived. No new replies allowed.