Ask Your Question

Art.Gaffin's profile - activity

2015-12-22 01:26:26 -0600 asked a question DependencyWalker says missing Dcomp.dll (Opencv 3, x.64, w7, vs14, unmanaged DLL)

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