OpenCV 3.3 + Cuda 8 + TBB + VS 2015 built successfully but failed to run with 0xc000a200

asked 2017-08-06 19:08:00 -0600

Hello,

I built OpenCV 3.3 from source the following configurations:

  • Cmake on Windows 10
  • CUDA 8 on GTX 1080
  • CXX11 enabled
  • TBB and MKL from Intel
  • OPENNI2
  • MATLAB
  • PYTHON3
  • BUILD_SHARED_LIBS was on
  • BUILD_DOCS, BUILD_TESTS, and BUILD_PERF_TESTS was off
  • Build_opencv_world is on
  • No contrib modules

OpenCV was built SUCCESSFULLY with NO ERROR. However, whenever I use opencv_world330.dll or opencv_createsamples, opencv_traincascade, the error 0xc000a200 appears. According to Microsoft, that error means the application is not run in an app container. I am not sure what happens here. Is there any chance that one of the DLLs I used is not built for desktop?

Thank you very much!

edit retag flag offensive close merge delete

Comments

Are you sure you placed the TBB dll's in the same exe path?

Balaji R gravatar imageBalaji R ( 2017-08-06 21:17:29 -0600 )edit

Thank you very much Balaji. I found the problem now.

maxpham gravatar imagemaxpham ( 2017-08-07 03:41:07 -0600 )edit