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

Debugging Fortran DLL in call from Visual Basic 2005

Kipling__Michael
Beginner
502 Views

I have successfully built an application using Visual Basic to create a GUI which calls routines from a Fortran DLL to perform calculations. I can debug the VB code, but can't step into the Fortran routines. Is there a Project setting which when set will allow me to step into the Fortran code? All of the code was compiled in debug mode.

Thanks,

Mike Kipling

0 Kudos
1 Solution
2 Replies
Steven_L_Intel1
Employee
503 Views
0 Kudos
Kipling__Michael
Beginner
502 Views

Yes. Right click on the VB project, select Properties, Debugging. There should be an option for "Enable unmanaged code debugging" Set this to Yes.

Thanks Steve, that worked great. Is there a similiar project setting to allow debugging the DLL when called from a Visual C MFC project?

Mike

0 Kudos
Reply