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

Question on license agreement for Visual Fortran

easwar
Beginner
367 Views
Hello,
My question is regarding single user license agreement for Visual Fortran. Can I write code that calls IMSL library routines (IMSL still comes with Enterprise version of Visual Fortran, I presume), compile and create a DLL, and then distribute/use that DLL freely in a other commercial products that I create?
Thanks,
Easwar.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
367 Views
IMSL is part of the Professional Edition of CVF - the Enterprise Edition, no longer sold, was the Professional Edition plus Enterprise Toolkit.
The CVF license allows you to freely redistribute your EXE or DLL that contains IMSL code as long as you don't do it in a way that makes the IMSL calls available to the end-user (that is, they could use your DLL instead of buying IMSL.)
0 Kudos
Reply