VS 2015 Error LNK1104 cannot open file "opencv_world310d.obj" [closed]
Hi, I'm new to vs2015 and opencv. I'm trying to run a simple program but I'm getting the following error 'opencv_world310d.obj'. Any Suggestions to help get me out of it. My project(With project name) properties are:
VC++ Directories: Include Directories : C:\opencv-3.1.0\opencv\build\include : Library Directories : C:\opencv-3.1.0\opencv\build\x64\vc14\lib Linker:Input : opencv_world310d
I hope someone can suggest the right answer. Thanks in advance
did you miss the extension there ? you should link
opencv_world310d.
lib
Hi berak. I tried what you said now i got a new error "Unable to start program(.exe) the system cannot find the file specified. If i build solution and its showing succeeded but giving bunch of errors when debug which are following: CannyStill3.exe' (Win32): Loaded 'C:\Users\robotic03\Documents\Visual Studio 2015\Projects\CannyStill3\x64\Debug\CannyStill3.exe'. Symbols loaded. 'CannyStill3.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file and more errors similar * VIDEOINPUT LIBRARY - 0.1995 - TFW07 **
The program '[6320] CannyStill3.exe' has exited with code 0 (0x0).
Please Suggest any idea to get out of this
those pdb things are warnings, not errors. also be more concise, please.
The program '[6320] CannyStill3.exe' has exited with code 0 (0x0).
- this means, your program did build and run (more or less successfully) - no ?