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

linking to visual c++ library

mnguyen
Beginner
362 Views

Hello,

If our application is built using Intel C++ and we need to link to a third party library that was built with Visual C++, willapplication andcalls to the third party libraryrun and work properly?

Thanks

0 Kudos
2 Replies
TimP
Honored Contributor III
362 Views
Yes, this is supported, as Intel C++ is binary compatible and uses the same libraries as Microsoft C++. The library must be compatible with the version of Microsoft C++ in your installation.
0 Kudos
mjsismyname
Beginner
362 Views

Cananyone point me towards information on exactly which version(s) of Microsoft C++ the latest Intel C++ is compatible with and any related issues/caveats?

In searching the documentation I've been able to find some compilation compatibility information including some unsupported features, but haven't found as much information on linking issues.

Thanks in advance,

MJS

0 Kudos
Reply