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

Intel Visual Fortran and .NET?

rre9518
Beginner
377 Views
Does Intel Visual Fortran support .NET, that is, we want to build and run on both 64 and 32 bit platform. Want to keep our old Fortran codebut convert it to .NET so that it generatesMSIL. Any issues? What version of compiler is required?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
377 Views
Intel Visual Fortran does not generate managed code (MSIL). However, you can call Fortran code from .NET code and call .NET assemblies from Fortran, using features provided by the product. Version 10.1 is current.

What is the particular need for MSIL here? If it is just to run on both 32 and 64-bit platforms, a 32-bit native application will do that.
0 Kudos
Reply