Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6387 Discussions

OpenVINO 2018 R2 build with VS2015 debug mode Failed

KCHEN80
Beginner
507 Views

I try to build a Debug mode application with VisualStudio 2015, but the code will throw an exception when entry findPlugin() the device(TargetDevice::eCPU)
And Release version the code workable.
see. the below for Exception status

OpenVINO Bugs.PNG

0 Kudos
3 Replies
KCHEN80
Beginner
507 Views

Update
find out root cause due to  OS first search 'inference_engine.dll' is 'Release'  (installed OpenVINO will added Release version path into PATH)
Maybe change shared library name difference is solution
like Microsoft to attached 'd' for Debug version

0 Kudos
Severine_H_Intel
Employee
507 Views

Dear Kunyi, 

thank you for reporting this issue, I will submit your fix to the dev team.

Best, 

Severine

0 Kudos
lb3
Beginner
507 Views

This issue has yet to be fixed.  Same thing encountered in VS2017

Correction: The latest version of OPENVINO did indeed fix it.  Thanks.

See https://forums.intel.com/s/question/0D50P000049vvY9SAI/unable-to-run-inference-on-the-two-openvino-sample-models-security-barrier-and-classification-simple-in-debug-mode-windows-10?language=en_US

0 Kudos
Reply