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

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

Kipling__Michael
Beginner
693 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
693 Views

I just tried an example and it worked fine.

0 Kudos
Kipling__Michael
Beginner
693 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