Ask Your Question

maxpham's profile - activity

2017-08-07 03:41:07 -0600 commented question OpenCV 3.3 + Cuda 8 + TBB + VS 2015 built successfully but failed to run with 0xc000a200

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

2017-08-06 19:16:12 -0600 asked a question OpenCV 3.3 + Cuda 8 + TBB + VS 2015 built successfully but failed to run with 0xc000a200

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!