Ask Your Question

paj006's profile - activity

2017-09-10 16:35:19 -0600 received badge  Nice Answer (source)
2013-03-27 12:06:19 -0600 received badge  Teacher (source)
2012-11-26 14:27:42 -0600 received badge  Supporter (source)
2012-11-26 14:23:41 -0600 answered a question What is the Difference between Installation OpenCV by Using the Pre-built Libraries & by Making Own Libraries from the Source Files ?

If you want to set debugging breakpoints and step through the code, you need to build your own libraries :(

2012-11-26 14:06:54 -0600 commented answer Symbols for Windows x64 debug under Visual Studio 2010?

I followed the instructions, but when I try to build, I get many of these: fatal error LNK1104: cannot open file '....\lib\Debug\opencv_core240d.lib'

:(

2012-11-26 14:03:09 -0600 asked a question Trying to build OpenCV, Solution was made by CMake, getting Linker errors

I'm getting this error: fatal error LNK1104: cannot open file '....\lib\Debug\opencv_core240d.lib' when building the binaries. But the project/ .sln file was made by CMake! I cannot set the linker configurations (If I go to project->properites, Linker is not one of the choices).

Every tutorial I've read on installing OpenCV says the same thing - open the CMake file, generate, open the .sln file, hit f7 (build).

What am I missing?

Windows 7 64 bit, Visual Studio C++ Express 2010