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

VS2003 Fortran DLL Debugging

mountain_ike1
Beginner
349 Views
I am trying to debug a DLL that I have written in Fortran, but I want to do it as that DLL is called from an external program...I can't seem to figure out how to set up the environment to do that. I was able to do the same thing in the past from a C# application, but the same options are not available. I know this is more of a Visual Studio question, but I don't know where else to turn...
0 Kudos
1 Reply
ZlamalJakub
New Contributor III
349 Views
In the "Project properties" in "Debug" property set "Command" to run exe file which calls your dll.

Jakub
0 Kudos
Reply