Silverfrost compilers use 32 bit integers (unless configured otherwise). This guide assumes that integers are 32 bits long unless otherwise stated.
The examples in this guide have been written using Silverfrost Fortran 77 syntax. Since this syntax is a subset of Fortran 95, the programs can be used for the FTN95 compiler with little or no change. However, users of FTN95 may wish to use ClearWin+ modules instead of an include file called windows.ins. The relevant module is called mswin.mod which is accessed via the Fortran 95 statement:
USE MSWIN
mswin.mod makes reference to the following modules which can be used separately.
mswin32.mod |
Windows API functions and parameters. |
clrwin.mod |
ClearWin+ functions and parameters. |
msw32prm.mod |
Windows API printer functions and parameters. |