| Actions in the Studio | | | What is happening in the file system |
|---|---|---|
| - Create a project (say example_1) | folder c:\alistair\bcs_talk\example_1 is created | |
| - Choose from 1 of 5 Fortran project types (Fortran Console App) |
files .dsp, .dsw, .ncb and .plg are created | |
| - Add a source code file (..\example_1.f90) | file c:\alistair\bcs_talk\example_1.f90 is created | |
| - Edit the source code file | ||
| - Compile and link | creates the following in Debug\ example_1.obj example_1.exe example_1.pdb df60.pdb |