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

Using External Data between C# and a Fortran DLL

bbradley
Beginner
224 Views
The Help for Intel Fortran includes a good section on Mixed Language programming, but there does not appear to be any mention of how to make Fortran common block data accessible to C#. Are there any sources of information available on this subject ?
Thanks
0 Kudos
1 Reply
Wendy_Doerner__Intel
Valued Contributor I
224 Views
I don't think we have any documentation or samplesspecific to C# but this documentation on how to do it with C should be helpful. Maybe another users has passed common blocks to C# and will respond. You will have to understand how C# laysout and treats variables that you would use to reference the common block variables.

------

Wendy

Attaching or including files in a post



0 Kudos
Reply