Debugging a fortran dll called by a C++ program in Visual Studio 2010 -
i'm having problems debugging c++ program uses fortran dll. i'd step through c++ code until hit call fortran dll , step fortran code. possible , if so, how this?
thanks, james
it possible.
the fortran dll needs have been compiled , linked appropriate debug settings. how depends on fortran compiler using.
the vs debugger needs able find pdb dll. typically issue if dll built different solution, or on different computer.
messages in output pane , entries in modules pane can used confirm/diagnose issues availability of debug information.
Comments
Post a Comment