Building Projects and Viewing Errors
To build a Fortran project, select the "Build Solution" or "Rebuild Solution" option
from the Build pull down menu. Alternatively, you can
right-click
on the project name in the Solution Explorer and select "Build" or "Rebuild" from
the context menu that appears.
- The "Build" option only compiles source that has not previously been compiled successfully
or that has been modified since the last successful compile.
- The "Rebuild" option forces the recompilation of all source code.
- The Error List window shows any build errors that occurred. Double-click on a message
in the list to open the source code file and jump to the position where the error
occurred.
- The current source code editor window will mark the location of build errors with
a squiggly underline. Positioning the mouse pointer over the location of those markers
will display the error in a Quick Tip.
Example