Home > Software engineering >  OPENCV2.4.11 vs2015 Release generated problems
OPENCV2.4.11 vs2015 Release generated problems

Time:09-23

WIN10 + OPENCV2.4.11 + vs2015
The debug version can run normally, want to Release the Release version, an error: LINK: fatal error LNK1181: unable to open input file "opencv_calib3d249. Lib"
The problem is I don't have to add: "opencv_calib3d249. Lib", Release the relevant operation also changed, or an error,
As shown in figure:

CodePudding user response:

Opencv_calib3d249. Lib
This is version 2.4.9
Check to see if through code to load the library

CodePudding user response:

Release operation, there should be a need to load opencv_calib3d249. Lib this library code, otherwise will not appear this error

CodePudding user response:

version management code, is poignant.

CodePudding user response:

To ensure that the linker "conventional" additional libraries directory and linker "input" has been added in the attached dependency Release the corresponding Lib folder and file name

CodePudding user response:

reference 1st floor jacksonfan response:
opencv_calib3d249. Lib
This is version 2.4.9
Check to see if the code to load the library
no, I am using version 2.4.11 version, and the debug can run,

CodePudding user response:

Please strictly distinguish between:
32/64 a
Multithreaded/single thread
Static/dynamic
The Debug/Release
.

CodePudding user response:

Select the release of 64
Or you will have can not find a file error
  • Related