Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

program with fortran dll do not work on an other machine

okbi_z_
Beginner
214 Views

 

Hello, I have a Fortran dll launched from an HMI on my pc in which I created my dll with intel compiler, everything is ok. If I launch it from another pc (without Fortran compiler) then, my program does not launch.

Should there be specific libraries on user machines?

0 Kudos
1 Reply
Kevin_D_Intel
Employee
214 Views

Yes, you need the Intel Fortran redistributables corresponding to the version of Fortran the app was built with to be installed on the PC without the Fortran compiler. See https://software.intel.com/en-us/articles/intelr-composer-redistributable-libraries-by-version to obtain the appropriate package.

 

0 Kudos
Reply