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

C++ Re-distributable for Composer XE 2013

Ngu_Soon_Hui
Beginner
326 Views

I can run my code on my developer machine, however, when I distribute it to my client's machine, I got a few errors, as you can see from the screenshot below.

The most important error, I gather. is the missing of msvcr110.dll, I gather that this is a VC++ distributable missing issues on client machine. May I know which VC++ re-distributable that I should distribute with my application? 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
326 Views

Is not clear if you distributed the dynamic libraries from "Composer_Root\redist\ia32\mkl\"  folder to the customers machine?  You can also find the list of all mkl's files that can be redistributed into the redist.txt file ( "Composer_Root\Documentation\en_US\mkl\redist.txt" 

0 Kudos
SergeyKostrov
Valued Contributor II
326 Views
I see that msvcr110.dll is missing. >>...May I know which VC++ re-distributable that I should distribute with my application?.. Please take a look at a folder: [ Visual Studio Dir ]\VC\Redist.
0 Kudos
Reply