VS 2015 Error LNK1104 cannot open file "opencv_world310d.obj" [closed]

asked 2016-02-07 00:43:22 -0600

SandB gravatar image

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

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-07 13:17:57.966088

Comments

did you miss the extension there ? you should link opencv_world310d.lib

berak gravatar imageberak ( 2016-02-07 00:45:51 -0600 )edit

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

SandB gravatar imageSandB ( 2016-02-07 06:23:22 -0600 )edit

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 ?

berak gravatar imageberak ( 2016-02-07 06:28:46 -0600 )edit