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

Debug a Fortran DLL which is called from a C# executable

onkelhotte
New Contributor II
504 Views
To do so, you have to set in the C# project the Project Property

Debug -> Enable Debuggers -> Enable unmanaged code debugging

Ive had the problem that I couldnt debug my Fortran DLL which is called from my C# GUI.

Just in case someone has the same problem...


Markus
0 Kudos
1 Reply
Steven_L_Intel1
Employee
504 Views
Thanks for posting this. The same applies if using any .NET language such as VB.NET.
0 Kudos
Reply