Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7873 Discussions

Intel C++ 16.0.1 - compatible with 16.0 runtime?

ed_rosenbloom
Beginner
276 Views

are binaries/libraries compiled on a build system using Intel C++ 16.0.1 compatible with the Intel 16.0 runtime?

0 Kudos
3 Replies
TimP
Black Belt
276 Views

In the absence of much detail about your problem, I would say normally they should be compatible.

0 Kudos
jimdempseyatthecove
Black Belt
276 Views

Presumably 16.0.1 corrects for any deficiencies in 16.0. One of these deficiencies could be to correct an improperly implemented application programming interface. This could potentially cause a problem to show up (bad calling arguments working with bad interface declaration). The update notices should specify the changes made.

Jim Dempsey

0 Kudos
Kittur_G_Intel
Employee
276 Views

Yes, there could be API issues depending on the context of the application per-se and is better to recompile with the newer version to be on the safer side. (Thanks Jim for responding earlier).

_Kittur

0 Kudos
Reply