LINK : fatal error LNK1104: cannot open file '.obj'
Posted
by
FL3SH
on Stack Overflow
See other posts from Stack Overflow
or by FL3SH
Published on 2013-10-19T22:45:26Z
Indexed on
2013/10/24
15:54 UTC
Read the original article
Hit count: 162
I have a big problem with building a simple program. I am using many tutorials, instructions and I can't solve it. I edit the variable's path as follows:
C/C++->General->Additionals Include Directories->MyOpenCv\build\include Linker->General->Additionals Library Directories->MyOpenCv\build\x86\vc11\lib Linker->Input->Additional Dependencies->*I added .libs
The same in Debug and Release.
Windows 8 x64, VS2012 x32, OpenCV 2.4.5
© Stack Overflow or respective owner