Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core248d.lib'

Hello,

I am trying to compile opencv with Cuda, using cmake 2.8.12.2 and visual studio 2013, on windows 7 64 bit. I am compiling 2.4.8 revision of opencv. I am using http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

tutorial. So I downloaded cuda 6.0. I made .sln file in build folder using cmake, when i open it and try to build it (either release or debug) it give the following error. (of course incase of release it's '... opencv_core248.lib')

LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_core248d.lib'

Any help would be appreciated, I have checked many places but couldn't find any conclusive answer.