views:

69

answers:

1

I have two visual studio projects, one written in C#, another written in fortran unmanaged code ( Intel Fortran compiler). Both of them are attached to one solution.

The C# is the frontend winform, whereas the fortran project is the backend.

Is there any tutorials that teach on how to step into code direct from C#?

A: 

I found a solution here.

Ngu Soon Hui