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.
29285 Discussions

debugging fortran DLL with a c++.net application

douglast
Beginner
712 Views
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.
0 Kudos
2 Replies
deesnoop
Beginner
712 Views
I am trying to do a similar task with ASP.NET/VB.NET instead of C++.NET. Can someone touch on this as well?
0 Kudos
Steven_L_Intel1
Employee
712 Views
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
0 Kudos
Reply