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

Unable to locate svml_dispmd.dll

alienskinsoftware
3,406 Views
Hi, I have building a project on my development machine using the Intel Compiler. I can run the application fine but when I give a build to someone that doesn't have the development environment, they get an error locating the dll svml_dispmd.dll. If I explicitly link with svml_dispmd.lib, the error goes away but I would rather not have to complicate our build. Also, this error seems to be new. Does anyone have any ideas what might have caused this?

Thanks

0 Kudos
1 Reply
JenniferJ
Moderator
3,406 Views
This is expected.

On the non-development machine you need to install the redistributables from here http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/ . Make sure to test the right version of redistributables.

Jennifer
0 Kudos
Reply