Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV 3.0 problems building dlls and libs

Ive downloaded OpenCV3.0 via Github and TortoiseGit from https://github.com/Itseez/opencv and build it via CMake without problems. Then I tried to compile it via MSVC11 2012 on my Win7 64bit-pc by opening OpenCV.sln and generating the Debug and Release-DLLs/Libs by pressing F7. opencv_cudev300d.dll/opencv_cudev300.dll and opencv_cudev300.lib/opencv_cudev300d.lib got built successfully, but after that i get mainly two errors: LNK1104: File "....\lib\Debug\opencv_core300d.lib" cannot be opened and MSB6006 cmd.exe gets executed with code 1

Anyone can help me out?