Mix Enviroment Debugging ( C# Fortran) in VS 2008

Posted by Ngu Soon Hui on Stack Overflow See other posts from Stack Overflow or by Ngu Soon Hui
Published on 2010-03-04T04:33:29Z Indexed on 2010/03/23 4:11 UTC
Read the original article Hit count: 400

Filed under:
|
|

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#?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#