Actions in the Studio | | | What is happening in the file system |
---|---|---|
- Create a project (say use_abm) | folder c:\alistair\bcs_talk\use_abm 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 (..\abm.f90) (..use_abm.f90) |
file c:\alistair\bcs_talk\abm.f90 is used use_abm.f90 is used | |
- View the source code files | ||
- Compile and link | creates the following in Debug\ abm.mod abm.obj use_abm.exe use_abm.pdb df60.pdb |