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

IVF v9 and .NET

brightjs
Beginner
291 Views
Hi,
I am looking for a Fortran compiler that compiles to MS Intermediate Language. At present the only Fortran compiler I am certain about in this regard is Layey's. The IVF literature says that v9 is integrated with VS .NET, but how far does the integration go? Does IVF v9 compile to MSIL?
Thanks for your help!
0 Kudos
3 Replies
Steven_L_Intel1
Employee
290 Views
No, it does not. Integration in this context means that it shares the Microsoft development environment. (MS is eliminating this confusion in the future by dropping the .NET name from Visual Studio.)

IVF does allow you to build Fortran DLLs that can be called by managed code and provides support routines for such things as BSTRINGS and SAFEARRAYS.
0 Kudos
brightjs
Beginner
291 Views
Thanks Steve.
0 Kudos
sabalan
New Contributor I
291 Views
I use Salford's FTN95 for that purpose. It is good enough but I don't know if it is better than Lahey or not.
Sabalan.
0 Kudos
Reply