Where to get the third party libraries for OCCT for Visual Studio 2017 and 2019?

Hello,

I am trying to setup the dev environment for OCCT and trying to find the third party libraries for OCCT for Visual Studio 2017 or 2019. I am looking at https://old.opencascade.com/content/3rd-party-components but there only libraries for vc14 are listed. Where are the libraries for vc141 and vc142?

Appreciate any help.

Thanks.

Kirill Gavrilov's picture

VS2015/VS2017/VS2019 C++ runtimes are expected to be compatible according to Microsoft.
Therefore, libraries built using VS2015 could be used by newer VS2017/2019 versions without issues.

If you really care to build all 3rd-party libraries using the same compiler, then you can re-build them on your own:
https://dev.opencascade.org/doc/overview/html/build_upgrade_building_3rdparty.html