Ask Your Question

Revision history [back]

the code execution cannot proceed because opencv_world344d.dll was not found

I'm running into problem after problem getting this to run.

I am using VC++14, Windows 10 Pro, 64bit.

I can get it to compile all the way through in Debug mode, but not Release mode. The app compiled in Debug mode brings back the above error message when I run it.

the code execution cannot proceed because opencv_world344d.dll was not found

I cannot find where I've typed in .DLL instead of .LIB for this file. Is the LIB file being compiled into a DLL and then it is looking for the DLL?

I have the LIB file name input into Project/Linker/Input/Additional Dependencies. Is that the correct place?

I tried the other three LIBs: 400, 400d, 344. 344d was the one that gave me no errors.

Can anyone point me in the right direction here? Thanks.