
Develop software based on the Fortran programming language in the integrated environment featuring a multitude of tools for source level debugging, product documentation management, 32- and 64-bit compiling, syntax highlighting, etc. Integration with Visual Studio is possible.
Silverfrost FTN95 provides an IDE to test and learn Fortran code.
Main features:
- Full implimentation of Fortran 95 for Windows
- Silverfrost CHECKMATE technology
- Plato an Integrated Development Environment (IDE)
- Integration with Visual Studio
- Full source level debugging
- Full Documentation
- 32- and 64-bit compiler
v7.0 [Oct 31, 2013]
- ClearWin is now available in the form of a 64 bit DLL called clearwin64.dll for use with third party 64 bit compilers. Routines in this library that previously ended with the @ symbol now end with $. In order to allow parallel development, FTN95 has been extended so that routines such as winio@ can now end in $ as an alternative to @. Also new standard modules are provided so that all ClearWin library routines for FTN95 can take this alternative form. For further information, search for "64 bit" in ftn95.chm.
- ClearWin now accepts UTF-8 encoded character strings.
- EXPORT_IMAGE@ and IMPORT_IMAGE@ now accept .PNG files and resources.
- Four library routines (START_THREAD@, WAIT_FOR_THREAD@, LOCK@ and UNLOCK@) have been added in order to initiate and manage Win32 threads.
- The default ClearWin colour mode has been changed from "VGA colours" to "RGB colours".
- ClearWin : Added a format code %em has been introduced to allow you to put icons in the left hand column of menus.
- ClearWin : Added a format code %nw has been introduced. %nw takes one argument and this is the handle (%hw) of a window that has already been created
-