I saw a recent post regarding linking a dll in FTN95. Well, I created a fortran dll from old fortran 77 files in FTN95, then added the reference to the dll in a calling application. The .exe runs without problems, but not if I try to debug.
I set a breakpoint on the first executable statment, click to debug, and I immediately get a message from SDBG.exe 'Salford exception handler. Fail to register registers dialog procedure. Information given in dialog box'. The next message is 'access violation....'.
Perhaps there are some debug settings I need in the dll and application projects?
Thanks in advance