Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7221 Discussions

Is MKL9 incompatible with VisualStudio C++ 6?

Daniel_H_5
Beginner
667 Views
I am trying to build some C++ software in VS6 that builds correctly with MKL 7.2.1, but gives link errors when building with MKL 9.0. Is MKL 9 incompatible with VS6?
0 Kudos
2 Replies
Daniel_H_5
Beginner
667 Views

I searched the Intel web site for info on the compatibility of MKL9 with VisualStudio6, but found conflicting information: The link http://support.intel.com/support/performancetools/libraries/mkl/win/sb/cs-017282.htm#2 points to information that makes it appear that it should work, but the requirements listed for MKL9 in the release notes dont include VS6 as a tested compiler.

Has anyone had any success with this?

0 Kudos
Todd_R_Intel
Employee
667 Views

VS6 has been removed from the Intel MKL validation matrix and I do know that the the runtime libraries with later versions has changed some. What is the error message? I'm assuming you're getting unresolved references to MS runtime libraries.

Another question: What part of the library are you using?

0 Kudos
Reply