This is a guidance for new users of the Forcheck IDE.

To use Forcheck from the Forcheck IDE you can take the following steps:

1. Create a project
   (Project/New project).
2. Add the source files to the project
   (in the project files tree select fortran source,
    right click and choose Add file(s)).
3. Select the compiler emulation to use
   which implies the correct Fortran language level
   (Options/Preferences/Compiler emulation).
4. Set some basic project options (such as include directories) and/or
   file options (such as Free source form), see the tutorial
   (Options/Project options).
5. Analyse the project and view the progress
   (Analysis/Project analysis).
6. Open the report file to view the results
   (Expand the report section in the project files tree and
    double click on the report file).
7. Correct the code if needed
   (Double click on the file and line id of a message).

To generate your application from the IDE do the following:

8. Choose a make utility and set some defaults to configure a make file
   (Options/Preferences/Build).
8. Configure a make file
   (Project/Configure and generate makefile).
9. Build the project
   (Project/Execute makefile).

For a more rigorous introduction see the tutorial (Help/Tutorial).
It is worth reading!