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

Redistributable vs Cherry pick runtime DLLs

SR-9779
Beginner
483 Views

Given that I will not be doing a static linking, would it be okay to just ship 3 or 4 fortran runtime DLLs along with my installer (for using within the organization)? Or, do I have to ship the fortran runtime redist along with my installer, no matter what.?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
483 Views

You can do it either way. If you ship individual DLLs make sure you put them alongside your EXE.

0 Kudos
Reply