Getting Started for Visual Fortran


  1. Concepts
  2. A Workspace can contain multiple projects.
    A Project consists of multiple Files.
    A File refers to main program or other related subprogram (e.g. subroutineĦBfunctionĦBmodule and etc.)

    Project : file name with extension dsp
    File : file name with extension f90

  3. Open a New Workspace
  4. Add a New Project to Current Workspace
  5. Add a New File to a Project
  6. Compile and Execute
  7. Setting for linking IMSL Libraries
  8. Setting for linking NAG Libraries ( Restricted to versions higher than 6.0. Another CDROM is required to install NAG libray. Please contact the computer room. )
  9. Open an Existing Workspace
  10. Adding an Existing File to Project