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

Debugging Fortran DLL in call from Visual C++ MFC 2005

Kipling__Michael
Beginner
659 Views

When debugginga Fortran DLL from a VS2005 C++ MFCapplication, I am not able to step intothe Fortran routines. Is there a Project setting which when set will allow me to step into the Fortran code? I did not find a setting similiar to the "Enable unmanaged code debugging" used in a Visual Basic project.

Thanks,

Mike

0 Kudos
2 Replies
Steven_L_Intel1
Employee
659 Views

I just tried an example and it worked fine.

0 Kudos
Kipling__Michael
Beginner
659 Views

I found my problem. The Fortran .PDB file was not resideing in the same directory as the executable and DLL.

Thanks

0 Kudos
Reply