debugging fortran DLL with a c++.net application

debugging fortran DLL with a c++.net application

douglast's picture

I am looking into moving a software package to .Net but the software package includes VCF version 6.6 Dll's. I know that I can have a .net application link with the VCF DLL's. How do you set up break points so that you can step through the Fortran DLL's functions when the DLL's are called from a .Net application.

3 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
deesnoop's picture

I am trying to do a similar task with ASP.NET/VB.NET instead of C++.NET. Can someone touch on this as well?

Steve Lionel (Intel)'s picture

Does this help? I don't know how doing this with a .NET app differs from with any other application that calls a DLL, such as regular VB.

Steve

Steve

Login to leave a comment.