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

dot net

cecio
Novice
380 Views
Hi,
I need to use dot net functions (3.5 or 4.0) in my fortran programs.
is IVF, composer or some other intel fortran compatible with dot net?
Thanks

0 Kudos
3 Replies
Steven_L_Intel1
Employee
380 Views
You can call .net functions via the "Fortran Module Wizard". This sets up some jacket routines for calling selected .NET methods. It is also possible to call Fortran code from .NET languages. The easiest way to do this is through the support for calling unmanaged DLLs. A more complicated way is by creating a COM Server Fortran application.
0 Kudos
cecio
Novice
380 Views
which version of visual fortran include this "fortran module wizard"? and for which version of dot net ?
I' not sure i understand what you mean for "jacket routines"... have you some examples of this?

Thanks

0 Kudos
Steven_L_Intel1
Employee
380 Views
All versions have it. The Excel sample shows the module wizard, though it is using COM and not .NET. The concepts are very similar.
0 Kudos
Reply