guy
03-17-2004, 02:13 PM
In Visual Studio .NET I've built one solution with two projects: one is a simple Win32 Dynamic Library Fortran project, while the other is a Visual C++ Console Application project. From the C++ application I call a function in the Fortran Dll. Everything compiles, links and runs beautifully; However, when I try to use the Visual Studio debugger to step into the Fortran function from the application code, the debugger prefers to "Step Over" instead. Same happens when I try to put a break point in the fortran function (it appears with a question mark).
Can I debug into a fortran dll using Visual Studio .NET ???
Can I debug into a fortran dll using Visual Studio .NET ???