Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

interface with C#

martymike
Novice
461 Views
we have a C# application that needs to call Fortran functionsto retrieve data. We seem to be having problems with string data. Unfortunately it seems intermittent. We are continuing to investigate, but, does anyone have any experience and/or suggestions about this?
0 Kudos
2 Replies
onkelhotte
New Contributor II
461 Views
On the C# Side you have to use StringBuilder and not string.

Steve Lionel provided a sample project once. Ive attached it here.

Markus
0 Kudos
martymike
Novice
461 Views

We were using StringBuilder, but the project was helpful. We seem to have resolved our issues. Thank you very much.

0 Kudos
Reply