I'm working with Visual Studio (2005). My solution contains two projects, an application written in Fortran and a C++ DLL. Both projects build fine and the application runs okay with the Fortran calling routines defined in the DLL. However, when I step through the Fortran source using the Visual Studio debugger I am not able to step into the C++ routines of the DLL. Is there something I can do to enable this?
Thanks