Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

program with fortran dll do not work on an other machine

okbi_z_
Beginner
531 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
531 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