Hi, I'm running Silverfrost FT95 Express on a windows 8 laptop. When I try to write a module for my program, I receive the following runtime exception:
System.TypeInitializationException was unhandled Message: The type initializer for 'test' threw an exception.
The following code generates the error:
program test
end program test
module testModule
end module testModule
I think this must be a problem with FT95 Express, because the code compiles and runs fine using Plato IDE.
On the other hand, I am new to Fortran, so I apologize if I have overlooked something obvious.
-Brad