DependencyWalker says missing Dcomp.dll (Opencv 3, x.64, w7, vs14, unmanaged DLL)

asked 2015-12-21 17:14:41 -0600

I am using OpenCV 300, W7, VS2015(14), C++ unmanaged DLL, DLL called by C#. Everything is x64. I loaded the prebuilt x64 OpenCV 300 files. Everything compiles, but DLL does not load correctly when called. DependencyWalker says Dcomp.dll and IEshims.dll are missing. I cannot find Dcomp.dll anywhere.

Will rebuilding the OpenCV 3 solve this problem? I had previously running prebuilt OpenCV 2 OK in x86 mode in vs12. I want to make the shift forward to x64.

Thanks, Art

edit retag flag offensive close merge delete

Comments

1

hmm, "DLL called by C#." - i'm pretty sure, the missing files are from your c# project, not from opencv

berak gravatar imageberak ( 2015-12-22 01:41:20 -0600 )edit