The previous question I asked was how I can use the .lib file with the VC2008 project, and the answers were very helpful. Now another problem has appeared - for example. my .h and .lib files are in the c: \ pcm folder. I indicate this path in the necessary places (c / C ++ → include include, linker-> input-> additional dependencies). Everything works great.
but when I change the path to "c: \ pc m" (note the space) and reflect this change in the necessary places: linker-> input and additional include directories, etc.
Now on building I get: Error1 of fatal error LNK1104: cannot open file 'c: \ pc.obj'
what is the solution to this problem?
thanks.
source share