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. LibThis 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 errorCodePudding 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 nameCodePudding user response: