View previous topic :: View next topic |
Author |
Message |
narayanamoorthy_k
Joined: 19 Jun 2014 Posts: 142 Location: Chennai, IN
|
Posted: Thu Jun 26, 2014 5:53 am Post subject: Unable to run the debugger in Silverfrost FTN95 Express |
|
|
Hi All
Greetings.
I find this problem in Silverfrost FTN95 Express.. I may be a problem or some settings gaps in my setup. I have very simple f95 files (5 numbers). When build/rebuild, it is perfect. BUt when I get into debug mode using F5 key, it is saying "Unable to lauch the application for this file". When I go 'without debugging" (Ctrl+F5), it is saying "myapplication.exe has stopped working". I have tried in DEBUG-NET mode (this error comes) DEBUG-Win32 mode (it is getting in the Silverfrost win32 debugger, but unable to move forward inside the debugger. Forced to close it). In short, I am unable to debug my application in FTN95 express.. It is totally discouraging that for a simple reason, it is not useful. Can any one help to fix this. It will be of great use to me.' _________________ Thanks and Regards
Moorthy |
|
Back to top |
|
 |
narayanamoorthy_k
Joined: 19 Jun 2014 Posts: 142 Location: Chennai, IN
|
Posted: Thu Jun 26, 2014 7:32 am Post subject: |
|
|
Hi
I will give you some details... When I run the executable in command prompt, it gave this exception note..
Unhandled Exception: System.TypeInitializationException: The type initializer for 'MyFortran' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary' threw an exception. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at Salford.Fortran.RTLibrary.__com_plus_initialise(Int32 hin)
at Salford.Fortran.RTLibrary.InitLibrary()
--- End of inner exception stack trace ---
at Salford.Fortran.RTLibrary.InitLibrary()
at MyFortran..cctor()
--- End of inner exception stack trace ---
at MyFortran.MAIN()
Any clues to make the debugger working in FTN95 Express..
Thanks _________________ Thanks and Regards
Moorthy |
|
Back to top |
|
 |
narayanamoorthy_k
Joined: 19 Jun 2014 Posts: 142 Location: Chennai, IN
|
Posted: Fri Jun 27, 2014 12:36 pm Post subject: |
|
|
Hello..
It is a self analysis and conclusions on this problem. I have identified the issue. the FTN95 Personal install is compulsory and then FTN95 Express edition should be installed. You need not to select the compiler option while installing the FTN95 Express installation. In that case it uses FTN95 Personal compilers itself.
In this case, the Debugger runs smoothly even in .NET and Win32 mode. Hope this helps to the needy who come across this issue.. _________________ Thanks and Regards
Moorthy |
|
Back to top |
|
 |
|