- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does the Intel Fortran compiler support .NET programing, ie generate managed code that can be called from C#?
Thank you for your help.
Olaf
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Visual Fortran supports calling and being called by managed code applications. It does not generate managed code itself.
When calling Fortran from managed code, you can call a native DLL using standard methods for doing so. Another option is to use the COM Server Wizard to create a COM server DLL which will then appear in the managed code space - this requires advanced coding.
.NET assemblies can be called from Fortran using the "Intel Module Wizard" which generates interfaces and wrapper procedures for calling into managed code.
When calling Fortran from managed code, you can call a native DLL using standard methods for doing so. Another option is to use the COM Server Wizard to create a COM server DLL which will then appear in the managed code space - this requires advanced coding.
.NET assemblies can be called from Fortran using the "Intel Module Wizard" which generates interfaces and wrapper procedures for calling into managed code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes this answers my question. Thank you.
Olaf
Olaf

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page