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.
6593 Discussions

Cannot use OpenVINO with Visual Studio 2017

yaoy
Employee
835 Views

Hello,

 

OpenVINO version : 2022.2.0.7713

OS : Windows SDK Version 10.0.17763.0

 

I want to use OpenVINO in a C++ application (Intel C++ Compiler 19.0) which is configured for Visual Studio 2017, but I am seeing the following error when trying to build the project.

3>C:\Project\Yao\optimized_OFVI\3rdParty\openvino_2022\runtime\include\openvino/core/type.hpp(50): warning #1786: member "ov::DiscreteTypeInfo::version" (declared at line 34) was declared deprecated ("This member was deprecated. Please use version_id instead.")
3> version(0),
3> ^
3>
3>C:\Project\Yao\optimized_OFVI\3rdParty\openvino_2022\runtime\include\openvino/core/type.hpp(57): warning #1786: member "ov::DiscreteTypeInfo::version" (declared at line 34) was declared deprecated ("This member was deprecated. Please use version_id instead.")
3> version(_version),
3> ^
3>
3>C:\Project\Yao\optimized_OFVI\3rdParty\openvino_2022\runtime\include\openvino/core/type.hpp(67): warning #1786: member "ov::DiscreteTypeInfo::version" (declared at line 34) was declared deprecated ("This member was deprecated. Please use version_id instead.")
3> version(_version),
3> ^
3>
3>C:\Project\Yao\optimized_OFVI\3rdParty\openvino_2022\runtime\include\openvino/runtime/core.hpp(18): error : cannot open source file "ie_plugin_config.hpp"
3> #include "ie_plugin_config.hpp"

I tried to find a version of OpenVINO that works with Visual Studio 2017 in https://storage.openvinotoolkit.org/repositories/openvino/packages/ but unfortunately for versions prior to 2022 it seems that there is no archive available for Windows.

 

Additionally, this link https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download-previous-versions.html?operatingsystem=window&distributions=webdownload&version=2020%203.2%20LTS&options=online is not available any more.

0 Kudos
4 Replies
Zulkifli_Intel
Moderator
789 Views

Hi yaoy,

Thank you for reaching out.

 

You can find the archives for older OpenVINO versions here.

 


Regards,

Zul


0 Kudos
yaoy
Employee
677 Views

Hi Zul, 

 

Thanks for the prompt response. However, I am not able to find the installer or archive for Windows for OpenVINO versions older than 2022 in the link you shared.

 

Best

0 Kudos
Zulkifli_Intel
Moderator
653 Views

Hi yaoy,

 

These two are the OpenVINO LTS that are available:

OpenVINO 2021.4 LTS

OpenVINO 2020.3 LTS

 

 

Regards,

Zulkifli


0 Kudos
Zulkifli_Intel
Moderator
396 Views

Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.


0 Kudos
Reply